Help for this page

Select Code to Download


  1. or download this
    hello world0
    hello world1
    ...
    hello world0
    hello world1
    hello world2
    
  2. or download this
    undef $/;# read in whole file, not just one line or paragraph
    while ( <> ) {
    ...
       print "$1\n";
       }
    }