Help for this page

Select Code to Download


  1. or download this
    while ( defined( my $line = <STDIN> ) ) {
    
  2. or download this
    $ perl -MO=Deparse -e 'while ( my $line = <STDIN> ) { print $line }'
    
    ...
        };
    }
    -e syntax OK