Talk:Perl/Hello World
Add topicAppearance
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 (talk • contribs) 09:43, 18 January 2008 (UTC)