in reply to Re: obfuscation
in thread obfuscation question

To be honest, im very new to perl. The error i get is the generic 500 error that netscape throws at me for fun :) I copy paste the file into notepad, save it as a cgi and then upload it.. and try it.. but it doesnt do anything..
Dipul Patel

Replies are listed 'Best First'.
RE: RE: Re: obfuscation
by Fastolfe (Vicar) on Oct 12, 2000 at 20:02 UTC
    Perl isn't just for doing CGI. The obfuscation scripts are just simple Perl scripts that are meant to be run from the command line. They're not CGI scripts.

      I realize what happened and I'm taking step to correct it, sorry!

      xcept for that big number one :-)... There can be only one! or something like that...

      Be sure to check:

      1. Permissions: i.e. chmod +x program.cgi
      2. Apache is set to do CGI
      3. Your path to Perl ( the Shebang ( #! ) line ) is right
      4. And finally, debug in a terminal!
      --
      Casey
         I am a superhero.
      
      oh ok, thanks :)
      Dipul
      Except for that big number one :-)... There can be only one! or something like that...

      Be sure to check:

      1. Permissions: i.e. chmod +x program.cgi
      2. Apache is set to do CGI
      3. Your path to Perl ( the Shebang ( #! ) line ) is right
      4. And finally, debug in a terminal!
      --
      Casey
         I am a superhero.