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
-
Saving Files on c:
by anthony