Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Any ideas on how to pull out the data I need behind the 3 tags and map so I can write should be greatly appreciated. Thanks, Newbmyer$r2 = $dom2->find( '[class="LC20lb DKV0Md"]' or '[class="BNeawe vvjw +Jb AP7Wnd"]' or '[class="CVA68e qXLe6d"]' ) -> map( sub{ $_->text } ) +;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Mojo::DOM help
by haukex (Archbishop) on May 20, 2020 at 07:01 UTC | |
|
Re: Mojo::DOM help
by marto (Cardinal) on May 20, 2020 at 07:05 UTC |