Basic. Simple example using CGI
module:
#!/usr/bin/perl
use CGI qw(:standard);
print "Content-type: text/html\n\n";
print "<html>\n";
$name = param("name");
print "<body>$name</body>\n";
print "</html>";
A random blog about random tips on programming and etc.
Basic. Simple example using CGI
module:
Basic, Array, Array of Array, String, Session, Authentication, XML DOM
CGI, Data structures, LWP, XML::Simple, Using CPAN
Virtual Hosts Alias, ServerName
No comments:
Post a Comment