Help for this page

Select Code to Download


  1. or download this
    ./strew.pl --help
    Use of uninitialized value in concatenation (.) or string at ./strew.p
    +l line 65.
    config: ""
    
  2. or download this
    use Getopt::Long;
    use Config::Auto;
    ...
    GetOptions ("user=s" => \$user, "server=s" => \@servers, "command=s" =
    +> \@commands, "file=s" =>\$file, "dest=s"=> \$dest, "config" => \$con
    +fig, "help" => \$help);
    
    print "config: \"$config\"\n";