in reply to Re: Webhosting with Perl/CGI
in thread Webhosting with Perl/CGI

XAMPP has a "Mini-Perl" however, i.e. without any modules.

Unlikely

See A Guide To Installing Modules

See Setting up Perl/CGI with Windows

Change your shebang, apache will notices

Replies are listed 'Best First'.
Re^3: Webhosting with Perl/CGI
by Anonymous Monk on Jun 11, 2012 at 09:03 UTC
    Thank you, this was really helpful!
    First, after changing the shebang I could use my installed ActivePerl.
    Second, it appears that only Lite version of XAMPP comes with miniPerl, the "real" one comes with Perl 5.10 with a lot of modules and with ppm etc. to install some other ones.