Help for this page

Select Code to Download


  1. or download this
    sub showme {
            use Data::Dumper;
    ...
            }
            exit;
    }
    
  2. or download this
    sub scp_errors {
            use strict;
    ...
                    return(1);
            }
    }