Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: can't locate object method "attr" via package "Mojo::Collection"

by CountZero (Bishop)
on Jan 30, 2017 at 20:01 UTC ( [id://1180634]=note: print w/replies, xml ) Need Help??


in reply to can't locate object method "attr" via package "Mojo::Collection"

The find method of Mojo::DOM returns a Mojo:::Collection object, the elements of which are Mojo::DOM objects.

attr is a Mojo::DOM method that cannot be applied to a Mojo::Collection object.

You will have to extract the Mojo::DOM objects from the Mojo::Collection object or use a Mojo::Collection method such as map.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics
  • Comment on Re: can't locate object method "attr" via package "Mojo::Collection"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1180634]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found