- or download this
id fname lname
1 Joe Smith
2 Sally Smith
- or download this
use DBI;
$dbh = DBI->connect("DBI:CSV:f_dir=./");
...
}
print Dumper(\%hash);
- or download this
$VAR1 = {
'' => undef
};
- or download this
$VAR1 = {
{
...
'lname' => 'Smith'
{
};