Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Trying to understand some body's old code.

by eg (Friar)
on Feb 27, 2001 at 20:38 UTC ( [id://61096]=note: print w/replies, xml ) Need Help??


in reply to Trying to understand some body's old code.

Looks like you're trying to expand a variable in a text string. This is a faq (see How can I expand variables in text strings?).

Turn on warnings (you'll probably get a lot of "Use of unitialized value" messages, which is probably what your problem is) or, even better, migrate to a more robust templating system like Template Toolkit, Text::Template or HTML::Template.

  • Comment on Re: Trying to understand some body's old code.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (8)
As of 2024-04-18 09:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found