on the server use this code :D
#!/usr/bin/perl
use strict;
use warnings;
print "Content-type: text/html\n\n";
print "Hello, World...\n";
on the appache server :D you must install a perl exe with the appache :D
the set up must be :D to usr file :D
or just chage the
#!/usr/bin/perl...