- 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
- or download this
#!/usr/bin/perl
...
print Dumper $people;
close LIST;
}
- or download this
$VAR1 = {
'4' => {
...
'age' => '15'
}
};
- or download this
$VAR1 = {
'4' => {
...
'age' => '42'
}
};