On Wed, Jul 15, 2009 at 1:44 PM, Perl Perl<perl.solut...@gmail.com> wrote: > Please result while creating exe file as below. > > M:\zebu_AUTO\platform_verif>pp -o Result.exe testcasegenaddfile_window.pl > PAR::StrippedPARL::Static->get_raw() did not return the raw binary data for > a PAR loader at C:/Perl/site/lib/PAR/StrippedPARL/Base.pm line 141, <DATA> > line 1.
That means your installation of PAR::Packer is broken. Have a look into C:/Perl/site/lib/PAR/StrippedPARL/Static.pm, it should contain lots of uuencoded stuff after the __DATA__ line. Cheers, Roderich