sharon@didit.com wrote: > > I'm not able to find the right directory... > I tried with: > $basepath = "/MacintoshHD/WebSTAR 3.0/nameofmyfolder" > and with > $basepath = "/MacintoshHD/WebSTAR%203.0/nameofmyfolder", > with "%20" instead of the blankspace between "WebSTAR" and "3.0" The file path separator for Mac Os is a colon ':', not a slash. Also, for my money, I avoid any file/directory names with spaces. One of Perl's stength's is "cross-platform-ability." Using spaces in file names tends to break this. -- ________________________________________________________________________ David Turley dturley@pobox.com http://www.pobox.com/~dturley So, just what are reindeer games anyway? ________________________________________________________________________ ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch