liri has asked for the wisdom of the Perl Monks concerning the following question:
my %Login = $ini_db->get_entry('Login');
$mech->set_fields( %field_values ); $mech->set_visible( @criteria );
$mech->set_fields( %Login );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Hashes and alike, need some basic help (i think) :)
by planetscape (Chancellor) on Nov 10, 2005 at 16:31 UTC | |
|
Re: Hashes and alike, need some basic help (i think) :)
by kwaping (Priest) on Nov 10, 2005 at 18:56 UTC | |
by liri (Acolyte) on Nov 11, 2005 at 00:08 UTC |