wstarrs has asked for the wisdom of the Perl Monks concerning the following question:
Thanks a lot, if you need any more info let me know... Billif ($item_name eq "Show Link") { $i=0; $temp_token = $p->get_token; while (!(($temp_token->[0] eq "E") && ($temp_token->[1 +] eq "item"))) { if (($temp_token->[0] eq "S") && ($temp_token->[1 +] eq "value")) { $temp_token = $p->get_tag("item"); $temp_dcr{$dcr_name}{Location}[$i] = $p->get_t +rimmed_text("/item"); $i++; } $temp_token = $p->get_token; } $found++; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using HTML Module
by chromatic (Archbishop) on May 23, 2001 at 04:32 UTC |