Help for this page

Select Code to Download


  1. or download this
    my %server_hash = ( foo => {tag => 1},
                        bar => {tag => 10},
    ...
    {
            print "$server:$server_hash{$server}{tag}\n";
    }
    
  2. or download this
    foo:1
    adv:1
    ...
    fish:3
    snow:8
    bar:10