Yes, that did the trick. Thanks. I know perl is case sensitive, but I was using code lifted directly from a thread that I found on the mailing list. All references to IniFile were written as "Inifile" not "IniFile".
Tyler > -----Original Message----- > From: Patrick J. LoPresti [mailto:[EMAIL PROTECTED] > Sent: Monday, February 09, 2004 2:57 PM > To: Tyler Hepworth > Cc: '[EMAIL PROTECTED]' > Subject: Re: [Unattended] Error when calling Unattend::Inifile > > > Tyler Hepworth <[EMAIL PROTECTED]> writes: > > > But now it is giving me this error when the script runs: > > > > Can't locate object method "new" via package "Unattend::Inifile" > > (perhaps you fo rgot to load "Unattend::Inifile"?) at > > Z:\site\getextension.pl line 3. Z:\site\getextension.pl failed, > > status 255 (0) A)bort R)etry I)gnore ? > > Windows is not case-sensitive, but Perl is. > > > use lib 'Z:\\lib'; > > use Unattend::Inifile; > > Try "Unattend::IniFile" instead. > > - Pat > ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
