in reply to Re: problem parsing html
in thread problem parsing html

td HTML::Element=HASH(0x85a6a18) at test6.pl line 21. Use of uninitialized value in concatenation (.) or string at test6.pl line 22. a at test6.pl line 22.

Replies are listed 'Best First'.
Re^3: problem parsing html
by Anonymous Monk on Jul 15, 2009 at 14:56 UTC
    Switch with
    my( $a ) = $td->look_down(_tag => q{a});
      that gave to me the same as before...I don't know why