-start-
># creation of hash of arrays
>    $sth = &DoSQL($sql);
>    while (($item, $cost, $charge) = $sth->fetchrow_array()) {
>        push @{$costtable{$item}}, ($cost, $charge);
>    }

>Using symbolic references "@{$varname}" is not recommended practice. 
Perhaps a rethink of how you would like to >store you data?

Unngh ignore that comment... my mistake...

Grant Hopwood.
Valero Energy Corp.
(210)370-2380
PGP Public Key: Ldap://certserver.pgp.com
nuclear iraq bioweapon encryption cocaine korea terrorist
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to