freedom~~~~~~~~~~
发布时间:2012-12-29 14:29:57
点击(此处)折叠或打开#!/usr/bin/perl$tmp1 = 1;$tmp2 = $tmp1 + 1;$tmp3 = $tmp2 * 2;print "$tmp3 \n";$tmp4 = "this";$tmp5 = $tmp4 . $tmp3;print "tmp5 is $tmp5\n";print "hello world\n";print "---- $tmp5 \n";print $tmp5."\n";while($tmp3 < 10){ print "Current tmp3 is $t......【阅读全文】