View Single Post
Old Jul 20th, 2006, 6:48 AM   #9
v0id
Hobbyist Programmer
 
Join Date: Apr 2006
Posts: 155
Rep Power: 3 v0id is on a distinguished road
I programmed Perl once, and i used the editor DzSoft Perl Editor.
Here you can see some Perl w/ HTML example.
#!/usr/bin/perl

print "Content-type: text/html\n\n";

print <<"HTML";
<html>
<head>
<title>Perl w/ HTML</title>
</head>
<body>
Perl w/ HTML
</body>
</html>
HTML
Correct me if I'm wrong, it's about an year ago i last used Perl.
__________________
-- v0id
v0id is offline   Reply With Quote