On Sep 9, R. Joseph Newton said:

>> >> Kevin Pfeiffer wrote:
>> >>
>> >> > I'm looking at HTML::TokeParser. It expects a scalar with a filename or
>> >> > a reference to a scalar containing the data to parse.
>
>Not the provlem at all, Kevin.  The problem is those damned extra
>operators, in this case the reference-to operator '\' preceding your join
>statement.  Itr should be one or the other, either join or take a
>reference.  Doing both just toasts the code:

No, the HTML::TokeParser method he's using requires either a scalar with a
filename, or a reference to a scalar containing the data to parse.  He's
not just opening a file with open(), he's have a module do the work.

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
RPI Acacia brother #734   http://www.perlmonks.org/   http://www.cpan.org/
<stu> what does y/// stand for?  <tenderpuss> why, yansliterate of course.
[  I'm looking for programming work.  If you like my work, let me know.  ]


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

Reply via email to