Kprasad <mailto:kpra...@aptaracorp.com> wrote:
> I've to give this script to someone else department and they should
> not be able to modify or see the code. 

Ultimately, you can't prevent anyone seeing your source code. the best
you can do is make it harder to do so. (See
<http://search.cpan.org/~smueller/PAR-1.000/lib/PAR/FAQ.pod#Can_PAR_comp
letely_hide_my_source_code?>).

If you want to distribute your script as a standalone executable, the
PAR module or applications like Perl2Exe can help with that. If you just
want to obscure your script (i.e. your recipients already have Perl
installed), have a look at the source filtering modules like
Filter::Crypto.

HTH

-- 
Brian Raven 

Please consider the environment before printing this email.

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient or have received this e-mail in error, please advise 
the sender immediately by reply e-mail and delete this message and any 
attachments without retaining a copy.

Any unauthorised copying, disclosure or distribution of the material in this 
e-mail is strictly forbidden.

_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to