Config file?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Chocolataria
    New Member
    • Nov 2009
    • 3

    Config file?

    I need do a config file that sends parameters to a script.
    That config file is txt? Or it needs to be in perl?

    And then how can I read the conf file in the script?

    Tanks
    Chocolataria
  • RonB
    Recognized Expert Contributor
    • Jun 2009
    • 589

    #2
    There are a number of config modules on cpan, here are 2 of them:
    Config::IniFile s
    Config::General

    For anyone else reading this thread, this Q is cross posted at http://forums.devshed.com/perl-progr...ml#post2375912

    Comment

    Working...