Hey Javeed,

My MUA believes you used Internet Mail Service (5.5.2653.19)
to write the following on Thursday, July 11, 2002 at 5:06:22 AM.

>>  i want to push the contents of array @MSG  (Given below) to a file call
>> testblat.txt.

Running Blat are you? -- just curious, why are you using perl to call
blat, and not just running blat?

>> so that i can assign as follows:
>> $message = "testblat.txt "; 
>> 
>> How to do it??

,----- [ Something like this should work ]
| open(FILE "testblat.txt");
| while @MSG {
|   print FILE;
| }
`-----

-- 
[EMAIL PROTECTED]
Using The Bat! eMail v1.60q
Windows 2000 5.0.2195 (Service Pack 2)
Consciousness: That annoying time between naps.


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

Reply via email to