Help for this page

Select Code to Download


  1. or download this
    my $data =$tree->find(
        '_tag' =>'div'
        );
    
  2. or download this
    my $data =$tree->find(
        '_tag' =>'div',
        class => 'somethingthatdoesnotexists1209841290r'
        );