And I quote, "just like 6 lines of code and it doesnt work so I need some help." Are 
you sure about this?

-----Original Message-----
From: "Matthew Mangione"<[EMAIL PROTECTED]>
To: "Linux Beginners"<[EMAIL PROTECTED]>
Date: Thu Oct 25 09:35:02 PDT 2001
Subject: trying to write to a file

>hey im trying to write to a file with just like 6 lines of code and it doesnt work so 
>I need some help. here is the code:
>
>#!perl
>
>open DATA, "> mydata.dat";
>
>unless ($success) {
> print "Problem Encountered";
> die;
>}
>
>print DATA "Hi Matt";
>
>
>
>thanx        matt

___            _ 
| _ ) ___  ___ | |
| _ \/ _ \/ _ \|_|
|___/\___/\___/(_)
___________________________________________________
GO.com Mail                                    
Get Your Free, Private E-mail at http://mail.go.com



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to