Perdrix has asked for the wisdom of the Perl Monks concerning the following question:
sub printForm{ @ParseFile = split //,"$FILENAME"; $Path = "$ParseFile[0]/$ParseFile[1]/$ParseFile[2]"; if (! -e "http://www.surnameweb.org/registry/$Path/$FILENAME") { print "<p align=\"center\"><A HREF=\"http://www.surnameweb.org/r +egistry/$Path/$FILENAME\">$CRITERIA</A>"; } else{ print "\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Checking if File Exists
by DarkGoth (Acolyte) on Feb 22, 2001 at 14:03 UTC | |
|
(ichimunki) re: Checking if File Exists
by ichimunki (Priest) on Feb 22, 2001 at 04:21 UTC | |
|
Re: Checking if File Exists
by unixwzrd (Beadle) on Feb 22, 2001 at 13:52 UTC |