|
|
| Problems? Is your data what you think it is? | |
| PerlMonks |
Re^3: Get a list attributes from a given tag in Mojo::DOMby Corion (Patriarch) |
| on Jun 13, 2024 at 10:54 UTC ( [id://11159948]=note: print w/replies, xml ) | Need Help?? |
|
The "main" DOM for the whole document is my $dom = Mojo::DOM->new($data);. Then you likely want to ->find() some element in it, which again is a Mojo::DOM object. I'm sure the linked documentation tells you more about the usage.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||