> -----Original Message-----
> From: Dennis HO Siu-chung [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 13, 2002 4:01 AM
> To: [EMAIL PROTECTED]
> Subject: Execute perl program without seeing the code?
> 
> 
> Can I let someone execute my perl code without seeing the 
> code on UNIX system?
> e.g. chmod  711  perlprog.pl

No, because perl needs to read your script to compile it.

See

   perldoc -q 'hide the source'

for a discussion of this "religious" issue...

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to