Mega Code Archive

 
Categories / Perl / Statement
 

$_ takes the place of the control variable

foreach ( 'A ', 'J ', 'S ', 'D ' ) {    print "$_"; }