Thread
:
directory exists? in perl
View Single Post
02-10-2003, 05:19 PM
boldy
Macdaddy coder
Industry Role:
Join Date: Feb 2002
Location: MacDaddy pimp coder
Posts: 2,806
$dirname = '/etc';
if (-e $dirname) { print "yeah!\n"; }
__________________
MacDaddy Coder.
boldy
View Public Profile
Find More Posts by boldy