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
