Skip to content

Instantly share code, notes, and snippets.

@eduardosan
Created August 18, 2016 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eduardosan/751673111189c92bef077935de01212a to your computer and use it in GitHub Desktop.
Save eduardosan/751673111189c92bef077935de01212a to your computer and use it in GitHub Desktop.
Perl CGI Template
<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