"Dr.Ruud" schreef:
> Irfan J Sayed:

>> Can anybody please tell me how to redirect / write  the contents of
>> array to the file
> 
>   print $fh, "@ary";

Oops, I didn't mean that comma to be there:
 
   print $fh "@ary";

-- 
Affijn, Ruud

"Gewoon is een tijger."

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to