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

Re: Substituting tokens into configuration values

by dakkar (Hermit)
on Mar 20, 2003 at 13:36 UTC ( [id://244584]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [GENERAL]
    scheduledb=something
    [SERVICE]
    start2=stuff ${GENERAL/scheduledb=default} etcetera
    
  2. or download this
    sub x_val {
      my ($ini,$sect,$key,$def)=@_; # same signature as 'val'
    ...
      }
     $val;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found