Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use Data::Dumper;
    ...
    __DATA__
    A=1 B=2 C=3
    Y=4 Z=5
    
  2. or download this
    $VAR1 = [
              {
    ...
              },
              $VAR1->[0]
            ];
    
  3. or download this
    $VAR1 = [
              {
                'A' => '1',
    ...
                'Y' => '4'
              }
            ];