Hi,
My code is not getting executed when it reaches the following statements. Can anyone please explain me what actually these code represent ?
subr
{
# This printimage returns the following 3 values
#username: qwe$err
#password: vva**1
#statements:
#
$::sql->printImage () if $::opt_debug;
@::output = $::sql->hash ($_[0]);
}
can you please explain me what does this sql->hash will try to do ?
Thanks in Advance
Vaish