Thread Mojo: find->second? (6 answers)
Opened by Ionit at 2014-09-15 15:17

Raubtier
 2014-09-15 15:53
#177279 #177279
User since
2012-05-04
1075 Artikel
BenutzerIn
[default_avatar]
find gibt dir eine Mojo::Collection zurück. Die hat z.B. die Methode slice, also fürs 2. Element $_->find("p")->slice(1,1)->first->text;

View full thread Mojo: find->second?