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 <tr> - 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, then I don't really want to type
"my @a00 = ();" through "my @a77 = ();" using the strict module...
is there a way of solving that problem?

2. I would like to sort the array of arrays by specifying a certain
element of an array inside the big array.
Lets say array00 in the big surrounding array consists of
("McNew", "Matthew", "[EMAIL PROTECTED]") and array01 ("Clarich", "Paul", "[EMAIL PROTECTED]")
I'd like to reorder the arrays 00 and 01 so that if I sort by the last
name array00[0] and array01[0], that array01 is infront of array00...

I believe you guys get the picture...

TIA


--
mfg
 Alex                          mailto:[EMAIL PROTECTED]


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

Reply via email to