Help for this page

Select Code to Download


  1. or download this
    use strict;
    use IO::File;
    ...
    }
    
    print "Check complete."
    
  2. or download this
    STDIN = console input;
    STDOUT = console display;
    system("stuff");
    STDOUT = back to the redirected version;