on Fri, 30 Aug 2002 14:29:40 GMT, [EMAIL PROTECTED] (Alex B.) wrote:
> 1. how do I assign new dynamic arrays, like @a25 if there is 25
> rows? or lets say there is 78 rows, then I don't really want to
> type "my @a00 = ();" through "my @a77 = ();" using the strict
> module... is there a way of so
Hello pplz,
I have this tiny project goin', where I scan a html-file, get all
entries from out of the table and and every single - table row -
into an array...
well, I do have two problems:
1. how do I assign new dynamic arrays, like @a25 if there is 25 rows?
or lets say there is 78 rows, the