Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Expanding environment variables from ini file

by Lotus1 (Vicar)
on Aug 27, 2019 at 05:53 UTC ( [id://11105105]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    use warnings;
    ...
    PROJECT_HOME=D:\Scripts\Projectname\ ;comments
    package1=pack_test
    package1_home=%PROJECT_HOME%%package1%
    
  2. or download this
    PROJECT_HOME = D:\Scripts\Projectname\
    package1 = pack_test
    package1_home = D:\Scripts\Projectname\pack_test
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-26 01:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found