Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

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

by CountZero (Bishop)
on Jan 30, 2017 at 20:01 UTC ( #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? | Other CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2023-03-24 03:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?