in reply to Checking if File Exists
Though the "else..." is probably unnecessary.if ( -e "registry/$Path/$FILENAME" ) { print "<p align=\"center\"><A HREF=\"http://www.surnameweb.org/regi +stry/$Path/$FILENAME\">$CRITERIA</A>"; } else{ print "\n"; }
|
|---|