Mega Code Archive

 
Categories / Perl / Language Basics
 

Do while with diamond operator

do {     print; } while (<>);