Re: Problems opening files from CGI.pm program in Windows

2006-01-24 Thread Jim Riddles
Mary, This appears to be a simple permissions error. When running a cgi script you are running with the web server's credentials, so your log file is not writeable by that user. When run locally, you are using the credentials that you are logged on as, so the script has access. This is no

Obfuscate source

2006-01-24 Thread Augusto Flavio
Hi, I'm looking for a tool that obfuscate the source code of my commercial application. I found the stunnix but it is $879!!! Have other tool like it ? I'm looking a tool that the process to de-obfuscate is very hard for the 'perl hack users'. Any idea? Augusto Morais --

Re: Obfuscate source

2006-01-24 Thread Bill Stephenson
On Jan 24, 2006, at 10:07 AM, Augusto Flavio wrote: I'm looking for a tool that obfuscate the source code of my commercial application. I found the stunnix but it is $879!!! Have other tool like it ? I'm looking a tool that the process to de-obfuscate is very hard for the 'perl hack users'.