On 6/14/06, Doug Adams <[EMAIL PROTECTED]> wrote:
I'm a first time perl user, jumping right into cgi on a mac, and I can't
for the life of me figure out how to specify file paths other than to the
CGI-Executables folder (where my program is), or any subdirectory
thereof.
Specify a file path with a string. (Is it that simple?)
chdir('/Users/doug/wherever')
or die "Can't chdir: $!";
So, why does your subject line say "I/O Question"? I couldn't find any
question in your message.
--Tom Phoenix
Stonehenge Perl Training
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>