in reply to perl script

irah,

You can use the PAR::Packer/pp to package your script and its associated modules into an executable. This does not mean that people can not see the source of your script. See How can I hide the source for my Perl program? from perlfaq3

Martin