P
perl Newbie
Hello
I have installed the latest version of PAR, but I am unable to use it
to convert perl script to exe. Any help on this will be of great help.
C:\>perl -v
This is perl, v5.10.0 built for MSWin32-x86-multi-thread
(with 5 registered patches, see perl -V for more detail)
Copyright 1987-2007, Larry Wall
Binary build 1004 [287188] provided by ActiveState http://www.ActiveState.com
Built Sep 3 2008 13:16:37
Perl may be copied ...
C:\Perl>ppm install --force PAR
Downloading ActiveState Package Repository packlist...not modified
Downloading PAR-0.991...done
Unpacking PAR-0.991...done
Generating HTML for PAR-0.991...done
Updating files in site area...done
7 files unchanged
7 files updated
C:\Perl>pp
'pp' is not recognized as an internal or external command,
operable program or batch file.
C:\Perl>cpan PAR
Fetching with LWP:
http://ppm.activestate.com/CPAN/authors/01mailrc.txt.gz
Going to read C:\Perl\cpan\sources\authors\01mailrc.txt.gz
.............................................................................DONE
Fetching with LWP:
http://ppm.activestate.com/CPAN/modules/02packages.details.txt.gz
Going to read C:\Perl\cpan\sources\modules\02packages.details.txt.gz
Database was generated on Sat, 28 Mar 2009 10:26:57 GMT
................
New CPAN.pm version (v1.9304) available.
[Currently running version is v1.9205]
You might want to try
install CPAN
reload cpan
to both upgrade CPAN.pm and run the new version without leaving
the current session.
..............................................................DONE
Fetching with LWP:
http://ppm.activestate.com/CPAN/modules/03modlist.data.gz
Going to read C:\Perl\cpan\sources\modules\03modlist.data.gz
.............................................................................DONE
Going to write C:\Perl\cpan\Metadata
PAR is up to date (0.991).
C:\Test\test>pp -o test.exe test.pl
'pp' is not recognized as an internal or external command,
operable program or batch file.
I have installed the latest version of PAR, but I am unable to use it
to convert perl script to exe. Any help on this will be of great help.
C:\>perl -v
This is perl, v5.10.0 built for MSWin32-x86-multi-thread
(with 5 registered patches, see perl -V for more detail)
Copyright 1987-2007, Larry Wall
Binary build 1004 [287188] provided by ActiveState http://www.ActiveState.com
Built Sep 3 2008 13:16:37
Perl may be copied ...
C:\Perl>ppm install --force PAR
Downloading ActiveState Package Repository packlist...not modified
Downloading PAR-0.991...done
Unpacking PAR-0.991...done
Generating HTML for PAR-0.991...done
Updating files in site area...done
7 files unchanged
7 files updated
C:\Perl>pp
'pp' is not recognized as an internal or external command,
operable program or batch file.
C:\Perl>cpan PAR
Fetching with LWP:
http://ppm.activestate.com/CPAN/authors/01mailrc.txt.gz
Going to read C:\Perl\cpan\sources\authors\01mailrc.txt.gz
.............................................................................DONE
Fetching with LWP:
http://ppm.activestate.com/CPAN/modules/02packages.details.txt.gz
Going to read C:\Perl\cpan\sources\modules\02packages.details.txt.gz
Database was generated on Sat, 28 Mar 2009 10:26:57 GMT
................
New CPAN.pm version (v1.9304) available.
[Currently running version is v1.9205]
You might want to try
install CPAN
reload cpan
to both upgrade CPAN.pm and run the new version without leaving
the current session.
..............................................................DONE
Fetching with LWP:
http://ppm.activestate.com/CPAN/modules/03modlist.data.gz
Going to read C:\Perl\cpan\sources\modules\03modlist.data.gz
.............................................................................DONE
Going to write C:\Perl\cpan\Metadata
PAR is up to date (0.991).
C:\Test\test>pp -o test.exe test.pl
'pp' is not recognized as an internal or external command,
operable program or batch file.