Help for this page

Select Code to Download


  1. or download this
    use IO::String;
    use strict;
    
    ...
    
    select(STDOUT);
    print $$temp;
    
  2. or download this
    perl -w test.pl
    write() on unopened filehandle TEST at test.pl line 14.