perl程序收藏1

    這是我學習的最簡單的perl程序,就是它,帶我進入了perl的世界。學習 #!/usr/bin/perl while (<>) { if ($_ =~ /^hello/i) { print $& . "\n"; } }     還能夠再減小一行。 #!/usr/bin/perl while (<>) {
相關文章
相關標籤/搜索