Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    for my $command (@commands) {
        print join "\n", (map {"$_ = $command->{$_}"} sort keys %$command)
    +, "\n";
    }
    
  2. or download this
    Option p: value %options{p}
    Option u: value %options{u}
    ...
    cmdName = subTargetServer
    hostname = host321
    ipAddress = 1.1.1.2