Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/Perl -w
    
    ...
    while ( $x = <hello there how are you> ) {
        print "$x\n";
    }
    
  2. or download this
    hello
    there
    how
    are
    you