ritontor has asked for the wisdom of the Perl Monks concerning the following question:
The program essentially accepts a line of data on stdin (a domain name) and then returns details to stdout. Pretty simple stuff. It's a WHILE (<STDIN>) sorta deal, so one can keep plugging domains in until you get bored.if (!(defined( $FDomainName->{ WEBFWD } ) ) ) { if ( defined( $FDomainName->{ DocumentRoot } ) ) { $FDomainName->{ WEBSPACE } = "TRUE"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Ovid) Re: Reliably checking that something doesn't exist
by Ovid (Cardinal) on Nov 26, 2001 at 21:31 UTC | |
|
Re: Reliably checking that something doesn't exist
by frankus (Priest) on Nov 26, 2001 at 20:51 UTC | |
by ritontor (Acolyte) on Nov 26, 2001 at 21:09 UTC | |
by frankus (Priest) on Nov 26, 2001 at 21:20 UTC | |
|
Re: Reliably checking that something doesn't exist
by Fastolfe (Vicar) on Nov 27, 2001 at 00:23 UTC |