How Do I initialize an empty array so thtat I don't get an unitiialized
error?

...
my @rows;

I thought I could do something like @rows = new (); but it's not working.

thanks


-----------------------------------------
eMail solutions by 
http://www.swanmail.com

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

Reply via email to