in reply to Re: Accessing elements in array returned by HTML::TokeParser
in thread Accessing elements in array returned by HTML::TokeParser
-$c1 is used for multiple instances of results based on the html search for text data. For example when parsing information based on the tags set $c1 may yield several (in my case 4) different text outputs, I want the 2nd of the 4, which is working.my @title2 = ""; my @price; my @title; my @url2; my @data2; my @token2; my @p2; my @release; my $c1=0; my $c2=0; my $c3=0; my $count=21101; my $count2=0; my $append = 0;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Accessing elements in array returned by HTML::TokeParser
by Anonymous Monk on Mar 08, 2006 at 23:43 UTC |