in reply to RE: Re: obfuscation
in thread obfuscation question

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.

Replies are listed 'Best First'.
RE: RE: RE: Re: obfuscation
by Anonymous Monk on Oct 12, 2000 at 20:04 UTC
    oh ok, thanks :)
    Dipul
RE: RE: RE: Re: obfuscation
by cwest (Friar) on Oct 12, 2000 at 20:05 UTC

    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.
    
RE: RE: RE: Re: obfuscation
by cwest (Friar) on Oct 12, 2000 at 20:05 UTC
    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.