Help for this page

Select Code to Download


  1. or download this
    open IN, '<', "/path/to/database.txt";
    my %hash;
    ...
    print $hash{'3005698'}[1] . " ";
    print $hash{'3005698'}[2] . " ";
    print $hash{'3005698'}[3] . "\n";