-i attempted the while loop inside with the same results
-thanks for the shorthand
-i used count to set a range: eg: 2100 to 2110
-the # was a typo, not in the program
-yes
-the variables are declared above the while loop and are declared as follows:
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;
-$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.

In reply to Re^2: Accessing elements in array returned by HTML::TokeParser by Anonymous Monk
in thread Accessing elements in array returned by HTML::TokeParser by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.