Help for this page

Select Code to Download


  1. or download this
    ID=1 First=John Last=Doe AGE=42
    ID=2 First=Jane Last=Doe AGE=35
    ID=3 First=Jack Last=Doe AGE=17
    ID=4 First=Jill Last=Doe AGE=15
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print Dumper $people;
    close LIST;
    }
    
  3. or download this
    $VAR1 = {
              '4' => {
    ...
                       'age' => '15'
                     }
            };
    
  4. or download this
    $VAR1 = {
              '4' => {
    ...
                       'age' => '42'
                     }
            };