in reply to Re: Problems Bleaching
in thread Problems Bleaching

Thanks for all the help guys, I tried everything you suggested but it still doesn't work for me...

I can run the script on the command line, and it encodes everything (i.e. changes for whitespace and tabs). I can get the output when run from the command line, but when I try to view through my browser I get nothing :-(

I think maybe it is because I am running Perl on windows and Apache2... does Bleach not work with this combination?

cheers,
Tom

Replies are listed 'Best First'.
Re: Re: Re: Problems Bleaching
by tachyon (Chancellor) on Feb 13, 2003 at 14:41 UTC

    What does not working mean? No output, Internal server error, etc. Have you checked the error logs probably in C:\Program Files\Apache Group\Apache2\logs to see what Apache says????

    cheers

    tachyon

    s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print

Re: Re: Re: Problems Bleaching
by RMGir (Prior) on Feb 13, 2003 at 14:42 UTC
    Are you sure your webserver is properly set up to run the script as a CGI?

    What if you take Acme::Bleach out of the loop and just try this?

    #!/path/to/perl -w print "Content-type: text/text\n\n"; #or text/html, whatever print "Hello, world!\n";
    Oh, you're missing a space after Content-type: in your sample, I think. Don't know if that could be the source of your problem or not...
    --
    Mike

      I saw that to and tested it. The missing space does not worry Apache 1.3.27 at least

      cheers

      tachyon

      s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print