Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value $selector in split at /usr/local/share/perl
    +/5.18.2/Net/OpenSSH/Parallel.pm line 141.
    
  2. or download this
    my @parts = split /\s*,\s*/, $selector;
    
  3. or download this
    #!/usr/bin/perl
    use FiLeS;
    ...
        or die "Could not close file: ".$error." - $!\n";
    
    }
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    
    1;
    
  5. or download this
    #!/usr/bin/perl 
    use strict;
    ...
    
    1;
    
  6. or download this
    [MP 100]
    host     = 0.0.0.0
    ...
    port     = 22
    log      = MP_101.log
    error    = MP_101.err
    
  7. or download this
    [Directories]
    log_dir  = /home/LOG
    err_dir  = /home/ERROR
    warn_dir = /home/WARN