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

Thanks for the help. I figured it out. The title array instead of creating a new instance of itself each time just piled the data on top of one another. When modified to $title[$c2*2] everything came out all right. Thanks again.

Edited by planetscape - added code tags so square brackets would not linkify