Help for this page

Select Code to Download


  1. or download this
      my $foo;
      while( <> ) {
        chomp; # maybe, maybe not, depending on the circumstances
    ...
          $foo = $_;
        }
      }