Help for this page

Select Code to Download


  1. or download this
    map  { $_[0] }
    sort { $a->[1] cmp $b->[1] }
    map  { [ $_, grabdataentry(\%hash, $_, 0) ] }
    keys %hash;
    
  2. or download this
    sub grabdataentry
    {
      my $href=shift;
      ...
      my @list=split /;/, $href->{$skey};