Help for this page

Select Code to Download


  1. or download this
    D:\tmp>perl
    use strict;
    ...
    __END__
    
    D:\tmp>
    
  2. or download this
    D:\tmp>perl
    use strict;
    ...
    __END__
    $VAR1 = [{'a' => 0},{'b' => 1},{'c' => 2},{'d' => 3}];
    D:\tmp>