in reply to Re^3: checking values of variables
in thread checking values of variables
and use $cfg->params(server) instead of $server Thanks to all (Perl Monks is fantastic!)for (qw / server database user password ... initversion /) { help() and last unless (defined $cfg->params($_) and $cfg->params +($_));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: checking values of variables
by fionbarr (Friar) on Aug 13, 2013 at 13:56 UTC |