Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
                    print "\t$key: $hash->{$set}->{$key}\n";
            }
    }
    
  2. or download this
    AAA:
            KEY1: VALUE1
    ...
            KEY1: VALUEA
            KEY2: VALUEB
            KEY3: VALUEC