Talk:Perl/Hello World

From Wikiversity
Jump to navigation Jump to search

You may write shorter and more clear:

print while(<$fh>);

instead of:

while(<$fh>) {print;}

at last example. (The preceding unsigned comment was added by 82.198.190.193 (talkcontribs) 09:43, 18 January 2008)