Help for this page

Select Code to Download


  1. or download this
    chomp $ans;
    print "Got '$ans'\n";
    print "stream = $stream";
    
  2. or download this
    $ ./stdin 
    foo
    ...
    stream = foo
    bar
    $