open(IN,"C\:\\text1.txt") or die "The following error occurred: $!
\n";
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Thiago Burin
Sent: Thursday, April 18, 2002 12:24 PM
To: [EMAIL PROTECTED]
Subject: QuestionHi,
First of all, I would like to say I am a beginner.
Well, I have had a problem with the "open" function. I wrote the following code:
-- open in , "c:\text1.txt" or die "error reason: $!\n";
I intended to open an existing file to write on it. However, whenever I run this code an error message appear: "Invalid Argument". I have tryied lots of changes in the code, but they weren't successfull! Could anybody help me? Is it a library problem?
Thanks,
Thiago