Help for this page

Select Code to Download


  1. or download this
    slogin user@ups
    Authenticated with partial success.
    ...
    
         <ESC>- Main Menu, <ENTER>- Refresh, <CTRL-L>- Event Log
    
  2. or download this
    use strict;
    use warnings;
    ...
    print "stdout is $stdout\n" if defined $stdout;
    print "stderr is $stderr\n" if defined $stderr ;