Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
       }
    $Hash->{'HashOne'} = FillHashOne(undef());
    print __LINE__ . ":Main:\$Hash:\n" . Dumper($Hash);
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
       }
    $Hash->{'HashOne'} = FillHashOne(undef());
    print __LINE__ . ":Main:\$Hash:\n" . Dumper($Hash);