Mega Code Archive

 
Categories / Perl / Language Basics
 

Code the $_ specifically

while($_ = <STDIN>) {    print $_; }