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

Re: Unwrapping values in a template

by Chmrr (Vicar)
on Nov 14, 2003 at 14:35 UTC ( [id://307056]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Config::General;
    use Data::Dumper;
    
    ...
      blort              = 
      home_url           =
    http://www.foo.com/some/really/long/url?foo=bar
    
  2. or download this
    $VAR1 = {
              'bar' => '0',
              'boo' => '',
    ...
              'foo' => 'Yes',
              'home_url' => 'http://www.foo.com/some/really/long/url?foo=b
    +ar',
            };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://307056]
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-24 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found