Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'A' => [
    ...
                       1
                     ]
            };
    
  2. or download this
    #!usr/bin/perl
    use strict;
    use warnings;
    ...
    $entry = [ map defined $_ ? $_ : 0, @$entry ];
    }
    print Dumper(\%hash);