Code Comments
Programming Forum and web based access to our favorite programming groups.Dear List: I need to access A: drive to back up to a flat file database. How do you show the path in Perl? Thanks
Post Follow-up to this message
"Atkinsfan" <saeid_la@yahoo.com> wrote in message
news:1068699960.26406@news-1.nethere.net...
> Dear List:
This is not a list. It is a newsgroup. It is a newsgroup for people who
are wanting to pay freelancers to do CGI/Perl work.
However......
> I need to access A: drive to back up to a flat file database. How do you
> show the path in Perl?
chdir("A:") or die "Can not cd to A: $!\n";
Post Follow-up to this messageMaybe later. Your suggestion did work for me, so no more need at the present
moment.
Thanks
"Tintin" <me@privacy.net> wrote in message
news:bov7j7$1ja1n0$1@ID-172104.news.uni-berlin.de...
>
> "Atkinsfan" <saeid_la@yahoo.com> wrote in message
> news:1068699960.26406@news-1.nethere.net...
>
> This is not a list. It is a newsgroup. It is a newsgroup for people who
> are wanting to pay freelancers to do CGI/Perl work.
>
> However......
>
>
> chdir("A:") or die "Can not cd to A: $!\n";
>
>
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.