Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    push @{ $hashref->{Inventory}{host} },
          { hostD => { os => 'Unix', location => 'France' } };
    dd   $hashref;
    
  2. or download this
     0:39 >perl 871_SoPW.pl
    ["hostA", "hostB", "hostC"]
    ...
    }
    
     0:39 >