Can some one tell me what is that I am doing wrong.Thanks Ajit#!/usr/bin/perl # print CGI header print "Content-Type: text/html\n\n"; # now print the time print "<html> <head>\n"; print "<title>Current Date and Time</title>\n"; print "</head> <body>\n"; print "<h1>The date is now</h1>\n"; print "<p>$time = (localtime),"</p>"; print "</body>\n" print "</html>\n";
In reply to perl program giving errors by peacepanda3
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |