I have a .pl file and I want to execute that file in any system even though perl is not installed. How can i achieve it?
.pl
perl
Can any one let me
Look at PAR (Perl Archiving Toolkit).
PAR is a Cross-Platform Packaging and Deployment tool, dubbed as a cross between Java's JAR and Perl2EXE/PerlApp.