Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    $Data::Dumper::Sortkeys = sub { [ sort grep { /^Fred|Barney$/ } keys %
    +{$_[0]} ] };
    
    print Dumper \%hash;
    
  2. or download this
    23:01 >perl 1116_SoPW.pl
    $VAR1 = {
    ...
            };
    
    23:01 >