in reply to Re^2: Registering and License Keys
in thread Registering and License Keys

cheers for the help guys, much appreciated. I tried buffy'ing it but i've been having a few problems.

I can get this code to buffy and still work:

#!c:\perl\bin\perl
use Acme::Buffy;
print "This is a test\n";

but when I change it and try to view through a browser with code like this:

#!c:\perl\bin\perl
use Acme::Buffy;
print "Content-type:text/html\n\n";
print "This is a test";

it doesn't work anymore and I just get Internal Error. What am I doing wrong? Doesn't Buffy work for web scripts???

Thanks,
Tom

Replies are listed 'Best First'.
Re^4: Registering and License Keys
by diotalevi (Canon) on Feb 12, 2003 at 19:04 UTC

    The user your web server runs on may not have the right privileges to modify the script. Acme::Buffy works by encoding the script and then saving the new version over the top of the old one. Check your error logs and do all the usual web-server debug dance steps.


    Seeking Green geeks in Minnesota