in reply to obfuscation question

That depends: What errors are you getting?

Did you cut/paste the code correctly?

Replies are listed 'Best First'.
RE: Re: obfuscation
by Anonymous Monk on Oct 12, 2000 at 20:01 UTC
    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
      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.
        oh ok, thanks :)
        Dipul

        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.
        
        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.