Help for this page

Select Code to Download


  1. or download this
    cat users.txt
    aanis <aanis@xyz.com> (Anis Ahmed A) accessed 2007/10/04
    ...
    }
    
    print Dumper(\%users);
    
  2. or download this
    $VAR1 = {
              'aanis' => {
    ...
                             'fullname' => 'Artem Aputin'
                           }
            };