>
> unshift(@INC, '/home/sites/home/HTML-Embperl-1.2.0/blib/lib' );
> print "@INC\n";
>

You don't need this, if you have run "make install"


>
> [11765]ERR:  30: Line 1: Not found ?

This error message comes from Embperl. So the embpcgi.pl is still found,
otherwise you wouldn't see this message, but Embperl didn't a/the file which
should be processed. From the error message it seems you didn't give Embperl
any sourcefile to process.


You must request it like this:

http://localhost/cgi-bin/embpcgi.pl/path/to/the/source.html

where /path/to/the/source.html is your source file, that means, if you
request only

http://localhost/path/to/the/source.html

you should simply see your raw source.


Hope this helps

Gerald

Reply via email to