Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Why do you need to escape a string used as a paramater?

by Dietz (Curate)
on May 24, 2005 at 05:26 UTC ( [id://459809]=note: print w/replies, xml ) Need Help??


in reply to Why do you need to escape a string used as a paramater?

You are passing a reference to tell the constructor to read from its referent.
If you omit the backslash the constructor thinks you want to pass a filehandle or a filename and this will not work for you most likeley because you don't have a filehandle or filename named $intr_html.

'perldoc HTML::TokeParser' tells you more ;-)
  • Comment on Re: Why do you need to escape a string used as a paramater?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-20 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found