
polyprincess
Deleted
Jun 8, 2000, 1:44 PM
Post #1 of 3
(120 views)
|
|
How to write & read text file in the same CGI Perl program
|
Can't Post
|
|
Platform: Windows NT Description: I am working on a web page using html, perl & CGI. I call a perl program that Step1: Writes to a perl text file(abc.txt): open in write mode and closes it Step 2: Reads from the same text file(abc.txt) : open in read mode and closes it This is not working. The reverse order however is working, i.e Step 2 followed by Step 1. Please help !!!!!!!!
|