如题所述
if ($#ARGV >= 0) { while ($a=shift(@ARGV)) { $a=~s/&/&/g; $a=~s//>/g; print "$a\n"; }}这段程序是什么意思,我完全不懂perl脚本,这是想用这个测试我服务器的cgi功能