Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    
    print "$_\n" while (<>);
    
  2. or download this
    my @var;
    push(@var, $_) while(<>);