Question
The script runs fine if you execute it directly from the browser's Address bar:
but by using the following command:
<!--#include virtual="/cgi-bin/random-text.pl"-->
it outputs the code from the Perl script, rather than the text from the webpage
Does anyone know how I can get this running?
The script runs fine if you execute it directly from the browser's Address bar:
but by using the following command:
<!--#include virtual="/cgi-bin/random-text.pl"-->
it outputs the code from the Perl script, rather than the text from the webpage
Does anyone know how I can get this running?