DE-LOS-SANTOS,ORIOL (HP-Spain,ex1) writes:

I keep getting the error:
"Can't locate object method "new" via package "Unattend::Inifile" (perhaps
you forgot to load "Unattend::Inifile"?) at z:\scripts\VarEntorno.pl line
9."

I understand the "use" command loads "Unattend::Inifile".

Any suggestions.
It's case sensitive. You should write IniFile, not Inifile.
Also it's good style to add
use warnings;
use strict;
to the beginning of file. It will report about some more
errors and warnings in your file.




------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to