Jump to content

Talk:Perl/Hello World

Page contents not supported in other languages.
Add topic
From Wikiversity
Latest comment: 16 years ago by 82.198.190.193

You may write shorter and more clear:

print while(<$fh>);

instead of:

while(<$fh>) {print;}

at last example. — Preceding unsigned comment added by 82.198.190.193 (talkcontribs) 09:43, 18 January 2008 (UTC)Reply