Daedalus <[EMAIL PROTECTED]> wrote:
:
: Hi all,
:
: I have a cgi prog that complains about uninitialized
: values when I use the -w switch. To avoid those errors
: I have done stuff like this:
[snip]
I think the best solution is a sub routine re-write.
I don't play with DBI much but I think
On Tuesday, Jun 17, 2003, at 09:33 US/Pacific, Daedalus wrote:
[..]
# function get_address#
sub get_address
{my ($dbh, $sth, $searchid, $name, $address1, $address2,
$address3, $address4) = @init_array;
I would have do