hide source code

2005-06-18 Thread Glauco Magnelli
I would hide source code in my CGI Perl scripts. How can I do? Thanks Glauco Magnelli ___ Yahoo! Messenger: chiamate gratuite in tutto il mondo http://it.beta.messenger.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: hide source code

2005-06-18 Thread David Dorward
On Sat, Jun 18, 2005 at 02:51:51PM +0200, Glauco Magnelli wrote: I would hide source code in my CGI Perl scripts. Which source code (Perl, HTML?)? From whom (other users of the server, visitors to the website?)? -- David Dorward http://dorward.me.uk --

Re: hide source code

2005-06-18 Thread Glauco Magnelli
Excuse me, you're right. I want hide Perl code from other users of the server. Glauco Magnelli --- David Dorward [EMAIL PROTECTED] ha scritto: On Sat, Jun 18, 2005 at 02:51:51PM +0200, Glauco Magnelli wrote: I would hide source code in my CGI Perl scripts. Which source code (Perl,

Re: hide source code

2005-06-18 Thread Bill Stephenson
On Jun 18, 2005, at 7:51 AM, Glauco Magnelli wrote: I would hide source code in my CGI Perl scripts. How can I do? Thanks Glauco Magnelli This is a pretty well discussed subject that still comes up at least a few times a year. The short answer to this is that you should use a language

Re: hide source code

2005-06-18 Thread Randal L. Schwartz
Glauco == Glauco Magnelli [EMAIL PROTECTED] writes: Glauco I would hide source code in my CGI Perl scripts. Just make it so crappy that no one will want to steal it. :-) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 merlyn@stonehenge.com

Re: hide source code

2005-06-18 Thread David Dorward
On Sat, Jun 18, 2005 at 07:43:58PM +0200, Glauco Magnelli wrote: Excuse me, you're right. I want hide Perl code from other users of the server. http://perlmonks.org/?node_id=423870 -- David Dorward http://dorward.me.uk -- To unsubscribe, e-mail: [EMAIL

Re: hide source code

2005-06-18 Thread Glauco Magnelli
Ok Bill, I'm in agreement with you. It's right. I use open source language and I must share my work. This isn't a problem for me. But I would only know if it's possible to hide source code. That's all. Thanks Glauco Magnelli --- Bill Stephenson [EMAIL PROTECTED] ha scritto: On Jun 18, 2005,

Re: hide source code

2005-06-18 Thread Ugly Virgin
Glauco Magnelli wrote: I would hide source code in my CGI Perl scripts. How can I do? Thanks Glauco Magnelli chmod 750 cgi.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response