Mega Code Archive

 
Categories / Perl / Language Basics
 

Using diamond operator with while statement

while (<>) {     print; }