sub data_hash { my $obj = shift; my(@cols) = $obj->columns; my %hash; @hash{@cols} = $obj->get(@cols); \%hash; }
In reply to Re: Getting HASHES out of Class::DBI
by Anonymous Monk
in thread Getting HASHES out of Class::DBI
by jdtoronto
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |