Because I don't know how to do it efficiently if possible, ie without 10 lines like :
$dom->find('div.date')->map(sub{$_->children->each})->map(sub{$_->text})->each
$dom->find('div.lieu')->map(sub{$_->children->each})->map(sub{$_->text})->each .. etc
Would like:
Dom->ret->a => anchor
Dom->ret->rtm->date => date fields .. etc
In reply to Re^2: Mojo Dom extract
by ribo75017
in thread Mojo Dom extract
by ribo75017
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |