Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #First example:
    ...
    select (STDOUT);
    print "done\n";
    
  2. or download this
    <privera> 121% select.pl
    First example: select
    ...
    This next message is written to both STDOUT and the fifth logfile
    done