Sun751 has asked for the wisdom of the Perl Monks concerning the following question:
Can any one suggest me how can I read this hash of config file into my script? Cheersmy %CFG = ( Command =>[DES=>"Copy", CMD=>"cp file1 file2'Hello'", DES=>"Remove" CMD=>"rm file1", DES=>"View" CMD=>"vi file1" ], );
20090703 Janitored by Corion: Restored content
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to read hash of .cfg file
by CountZero (Bishop) on Jul 03, 2009 at 06:08 UTC | |
Re: How to read hash of .cfg file
by Anonymous Monk on Jul 03, 2009 at 06:45 UTC | |
Re: How to read hash of .cfg file
by mzedeler (Pilgrim) on Jul 03, 2009 at 18:52 UTC | |
Re: How to read hash of .cfg file
by ikegami (Patriarch) on Jul 03, 2009 at 20:37 UTC |