使用perl分析html文件(3)
时间:2008-11-19 来源:machine
my $input = ""; |
最后,perl代码为每一个要求标记出包含老师的注释和评分的文本并且计算出整个作业的总成绩。
my ( $total, $score ) = ( 0, 0 ); |
时间:2008-11-19 来源:machine
my $input = ""; |
最后,perl代码为每一个要求标记出包含老师的注释和评分的文本并且计算出整个作业的总成绩。
my ( $total, $score ) = ( 0, 0 ); |