Mega Code Archive

 
Categories / Perl / Statement
 

If statement in a while statement

while (<>) {     print "Too big!\n" if $_ > 100; }