On Wed 2004-06-23 (02:08), Sex Maniac wrote:
> Hi just want to ask, if I have a perl program, and I
> want to turn it into standalone executables/binary.
> Question is how ? What programs/packages/ports I must
> use ?
> 
> Usually in windows98, I can use PerlApp to Turn your
> Perl programs into standalone executables (.exe)
> 
> I don't want my users can see the source program in
> .pl
> I want my source program is hidden from user and the
> others administrators. So I need the executable
> file/binary file only.

If you are installing the script on a multi-user machine, not
distributing it to customers, the easiest way would be to chmod 711 the
script.

-- 
/~\ The ASCII           ASCII stupid question, get a EBCDIC ANSI.
\ / Ribbon Campaign     John Oxley
 X  Against HTML        http://oxo.rucus.net/
/ \ Email!              oxo <at> rucus.ru.ac.za
"Personally, I'd rather pay for my freedom than live in a bitmapped, 
pop-up-happy dungeon like NT."
                -- Thomas Scoville
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to