Re: redirecting array to file

2006-04-17 Thread Dr.Ruud
"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: [EMA

Re: redirecting array to file

2006-04-17 Thread Dr.Ruud
Irfan J Sayed schreef: > Can anybody please tell me how to redirect / write the contents of > array to the file print $fh, "@ary"; You need to tell more, like what the file is for. -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma