in reply to Re: .ini file
in thread .ini file

I don't understand why once I try to run the .pl file that has either of those:

#use Config::Tiny; #use Config::Simple; use Config::IniHash;

I tried all of those modules separately but I am always getting : Can't locate Config/Tiny.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib.) at file.pl line 4
BEGIN failed --compilation aborted at file.pl line 4.

Any idea would be most appreciated.

Thanks,


Claire

Replies are listed 'Best First'.
Re^3: .ini file
by holli (Abbot) on Jul 31, 2005 at 07:43 UTC
Re^3: .ini file
by BUU (Prior) on Jul 31, 2005 at 06:37 UTC
    That error message means you have to *install* the module. See CPAN.pm, cpan or ppm as you prefer.