ChuckularOne has asked for the wisdom of the Perl Monks concerning the following question:
Your humble servantmy $fileold = "ArchLDAP"; my $filenew = "LDAP"; my $infileold = $ARGV[0]; if ($infileold eq "") { $infileold = $fileold; } my $infilenew = $ARGV[1]; if ($infilenew eq "") { $infilenew = $filenew; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Defaults for command line args
by btrott (Parson) on May 15, 2000 at 22:25 UTC | |
|
RE: Defaults for command line args
by vroom (His Eminence) on May 15, 2000 at 22:26 UTC | |
|
Re: Defaults for command line args
by lhoward (Vicar) on May 15, 2000 at 23:51 UTC | |
|
RE: Defaults for command line args
by mikfire (Deacon) on May 15, 2000 at 22:26 UTC | |
|
Re: Defaults for command line args
by mdillon (Priest) on May 15, 2000 at 22:26 UTC | |
by ZZamboni (Curate) on May 15, 2000 at 22:32 UTC | |
by mdillon (Priest) on May 15, 2000 at 22:44 UTC |