Re: About Encryption Question
Next message: mbstevens: "Re: find words not in an array"
Date: Mon, 28 Mar 2005 06:38:53 GMT
Acebravo wrote:
> I'm just wondering how the server can read and execute an encrypted
> Perl script!
[...]
You may want to read the FAQ "perldoc -q hide".
jue
Next message: mbstevens: "Re: find words not in an array"
Relevant Pages
- Re: How to call another program
... > How do you call another program from within the perl script ... perldoc -f system ... want to execute you script and the other program in parallel? ... forkto spawn a new process and then exec() to the other program in the ... (comp.lang.perl.misc) - Re: How to call another program
... >> How do you call another program from within the perl script ... > perldoc -f system ... > want to execute you script and the other program in parallel? ... > forkto spawn a new process and then exec() to the other program in the ... (comp.lang.perl.misc) - Re: how can i convert my perl script to be a perl module?
... you could follow the suggestions in the FAQ. ... JE> perldoc -q module ... That doesn't cover the specific case of an existing Perl script. ... In any case, my advice is: avoid globals, pass all your state variables, ... (comp.lang.perl.misc) - Re: How do I print http 404 not found header?
... > the FAQ. ... > others more familiar with the Perl distribution process may be able to ... perldoc' and 'perldoc perldoc' to view up to date information that comes with ... (comp.lang.perl.misc) - Re: Useless use of array element in void context
... be a FAQ, but I was looking for perldoc -q void and not, as Paul Lalli ... Finally I understood the sense of the comma operator and why this code ... array-elements to compare, and compare as follows: ... (comp.lang.perl.misc) |
|