develooper Front page | perl.beginners | Postings from March 2002

Saving Files on c:

Thread Next
From:
anthony
Date:
March 18, 2002 00:43
Subject:
Saving Files on c:
Message ID:
20020318084354.50883.qmail@onion.perl.org
Hi,

Is it possible to save files from the webserver to the c: or a: drive?

i have a script that ask for the path to the drive.
$path. and my script does the following.

open(USER, ">$path\news.db") || die errorPage("Could not open
$dataDir/user.db: $!");
print USER @news;
close USER;

Regards,
Anthony Ward




Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About