Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    use strict;
    ...
         foreach keys($xhash){
         keys(%xhash)=$c_hash{'$key'}{'repval'};
         print Dumper $xhash;}
    
  2. or download this
    %xhash = ('1' => {
                     '2' => {
                            '5' => 'E',
    ...
    ',
                     '4' => 'D'
                   });