Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Weird syntax error message

by mifflin (Curate)
on Jul 30, 2005 at 00:44 UTC ( [id://479561]=note: print w/replies, xml ) Need Help??


in reply to Weird syntax error message

You can't create an our (or my) instance of an array element. I think you meant...
our @stripped_html; $stripped_html[$x] = $webcrawler( format => "text" );
untested

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-03-29 08:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found