Ask a Question related to PERL Modules, Design and Development.
-
Ajith #1
Executables out of perl script?
Hello,
I need to generate an executable out of my perl script. Please let me know
if there is any method by which the same can be implemented.
Preabmble for the requirement:
Some security cheks need to be done along with a lot of text manipulation
for which Perl was the ideal candidate.
But if the script is distributed, the safety checks can be easily removed by
the user by commenting the calling perl code.
Inorder to retain the safety checks, i must convert the perl script to some
non readable format (how about executable?) so that it can not be tampered.
Hope I will get the required information soon.
Regards,
Ajith
Mail to: [email]Ajith.A@In.Bosch.com[/email]
Ajith Guest
-
RFC on first perl script
Hi all well im trying at lerning this perl stuff.. reading from the "learning perl" oreilly book and a few other places, but also using perl a... -
Control a non-perl image viewer from perl script
Below is a (non-finished) script that trys to run a linux viewer called eog (eye of gnome) in a script that will eventually allow me to power thru... -
Executables in PHP
Hi, I want to execute shell command in php. I tried successfully the following: <?php $output = `ls -al`; echo "<pre>$output</pre>"; ?> -
Help with Perl Script
Any help on this would be great since its a free script there is no support. I have a website on a win2k server running MSFP 2002 extensions. The... -
Execute shell script from a perl script
Hi, How can I executed a Unix shell script from a Perl script. The shell script is a dump of a oracle table to a file. The perl script is for... -
Ajith #2
Executables out of perl script?
Hello,
I need to generate an executable out of my perl script. Please let me know
if there is any method by which the same can be implemented.
Preabmble for the requirement:
Some security cheks need to be done along with a lot of text manipulation
for which Perl was the ideal candidate.
But if the script is distributed, the safety checks can be easily removed by
the user by commenting the calling perl code.
Inorder to retain the safety checks, i must convert the perl script to some
non readable format (how about executable?) so that it can not be tampered.
Hope I will get the required information soon.
Regards,
Ajith
Mail to: [email]Ajith.A@In.Bosch.com[/email]
Ajith Guest
-
Ajith #3
Executables out of perl script?
Hello,
I need to generate an executable out of my perl script. Please let me know
if there is any method by which the same can be implemented.
Preabmble for the requirement:
Some security cheks need to be done along with a lot of text manipulation
for which Perl was the ideal candidate.
But if the script is distributed, the safety checks can be easily removed by
the user by commenting the calling perl code.
Inorder to retain the safety checks, i must convert the perl script to some
non readable format (how about executable?) so that it can not be tampered.
Hope I will get the required information soon.
Regards,
Ajith
Mail to: [email]Ajith.A@In.Bosch.com[/email]
Ajith Guest
-
Sisyphus #4
Re: Executables out of perl script?
"Ajith" <Ajith.A@In.bosch.com> wrote in message
news:e27rul$b5n$1@ns2.fe.internet.bosch.com...You can use PAR's 'pp' utility. The PAR module is available from CPAN.> Hello,
>
> I need to generate an executable out of my perl script. Please let me know
> if there is any method by which the same can be implemented.
>
Cheers,
Rob
Sisyphus Guest
-
Jürgen Exner #5
Re: Executables out of perl script?
Ajith wrote:
Yes, we heard you the first time already.> Hello,
>
> I need to generate an executable out of my perl script. Please let me
> know if there is any method by which the same can be implemented.
>
> Preabmble for the requirement:
> Some security cheks need to be done along with a lot of text
> manipulation for which Perl was the ideal candidate.
> But if the script is distributed, the safety checks can be easily
> removed by the user by commenting the calling perl code.
See "perldoc -q hide"
jue
Jürgen Exner Guest
-
AC #6
Re: Executables out of perl script?
"Ajith" <Ajith.A@In.bosch.com> wrote in message
news:e27rul$b5n$1@ns2.fe.internet.bosch.com...[snip]> Hello,
>
> I need to generate an executable out of my perl script. Please let me know
> if there is any method by which the same can be implemented.
>
Ajith, I have been using PerlApp from ActiveState - its part of the Perl
Development Kit that they have ([url]http://www.activestate.com/pdk[/url]). It is a
commercial product and I have been very happy with it.
Allan
AC Guest



Reply With Quote

