File:  [LON-CAPA] / loncom / build / lpml_html_posteval.pl
Revision 1.1: download - view: text, annotated - select for diffs
Thu Dec 6 00:24:01 2001 UTC (22 years, 7 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
file for lpml postevaluation

    1: #!/usr/bin/perl
    2: 
    3: use strict;
    4: 
    5: while(<>) {
    6:     my $line=$_;
    7:     my $arguments='';
    8:     if (/\<\!\-\- POSTEVAL2 (.*?) \-\-\>/) {
    9: 	$arguments=$1;
   10:     }
   11:     if ($arguments=~/^verify\.pl fileglob/) {
   12: 	print "perl $arguments\n";
   13:     }
   14: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>