Tagged Questions

3
votes
7answers
619 views

What does a while after a print mean in Perl?

I am new to Perl. Know a little bit of C though. I came across this snippet in one of our classroom notes : $STUFF="c:/scripts/stuff.txt"; open STUFF or die "Cannot open $STUFF for read :$!"; print ...