Created
August 18, 2016 11:34
-
-
Save eduardosan/751673111189c92bef077935de01212a to your computer and use it in GitHub Desktop.
Perl CGI Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head><title>Hello</title></head> | |
<body>Hello World<br> | |
Current Time is <TMPL_VAR NAME="current_time"> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment