Andrew Bogecho wrote:
> 
> Hello fellow Perl users,

Hello,

> I would like to know how I can setup an external config file whose
> variables I can then use in a perl script.
> 
> For example:
> 
> File Config:
> **********************************************************************
> MAXLENGTH=56
> USER_LIST="user1,user2,user3"
> **********************************************************************
> 
> Then access the variables in a Perl program:
> 
> [snip]
> 
> I however want to use a  non Perl file. Please let me know if this is
> possible, or do I have to set up the separate package to do this.


http://search.cpan.org/author/WADG/Config-IniFiles-2.29/IniFiles.pm

http://search.cpan.org/author/TLINDEN/Config-General-2.07/General.pm

http://search.cpan.org/author/SIMON/Config-Auto-0.03/Auto.pm



John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to