Help for this page

Select Code to Download


  1. or download this
    use autodie;
    {
    ...
        select $saver;
    }
    print "all output goes back into STDOUT";
    
  2. or download this
    use autodie;
    use SelectSaver;
    ...
        
    }
    print "all output goes back into STDOUT";