in reply to HTML::Tree look_down is not working

Can any one tell me why isn't this working ???

Sure. Just tell us what is "not working". What goes in, what comes out, what do you expect to come out instead?

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re: HTML::Tree look_down is not working

Replies are listed 'Best First'.
Re^2: HTML::Tree look_down is not working
by Kanishka.black0 (Scribe) on Jan 01, 2011 at 13:22 UTC
    my $table = $article->look_down(_tag=>'table',class=>'dataTbl',width=>"450");
    on this statement String $table should be populated ... but its not happening