Talk:Perl/Hello World

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

Return to "Perl/Hello World" page.