Xevier_Strong has asked for the wisdom of the Perl Monks concerning the following question:
with --icon Icon.ico added into the command line as shown below,
">pp --icon Icon.ico -o SSAT2.exe -c Main_V3.pl -a S_Parse"
I am getting the following error:
Can't locate object method "new" via package "Win32::Exe" at c:/perl/lib/PAR/Packer.pm line 1263, <$fh> line 1.
I searched the Win32\Exe.pm and not found the definition of "new" method. Although there are multiple expample of usage of
"Win32::Exe->new($filename);" in the documentation.
Can you tell me why there is no definition of "Win32::Exe->new($filename)"
and also what is missing in my case?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't locate object method "new" via package "Win32::Exe"
by marto (Cardinal) on May 24, 2010 at 11:09 UTC | |
|
Re: Can't locate object method "new" via package "Win32::Exe"
by Anonymous Monk on May 25, 2010 at 07:17 UTC | |
|
Re: Can't locate object method "new" via package "Win32::Exe"
by Xevier_Strong (Initiate) on May 26, 2010 at 09:03 UTC |