Web Hosting Talk







View Full Version : setting up hperl ?


MikeM
11-07-2001, 07:29 PM
Does anyone use this, ... what would be involved in setting it up?

<html>
hello world!<BR>
<perl>
$date = localtime;
print "Current date and time is $date<BR>";
</perl>
goodbye!<BR>
</html>