Results 1 to 1 of 1
Related
-
Help needed with writing user input to a text file using Perl and CGI. Help ASAP! Forum: CGI Perl Forum
Replies: 3 -
How to use UNIX commands inside CGI script Forum: CGI Perl Forum
Replies: 1 -
Running a batch script file from Perl CGI Forum: CGI Perl Forum
Replies: 0 -
Running shell commands from Perl Forum: CGI Perl Forum
Replies: 1 -
How can i execute a perl file within perl programming... Forum: CGI Perl Forum
Replies: 1
-
12-25-2007, 01:32 AM #1
Perl commands in an input file to cgi script
If I hard code the following in a cgi script it works...
HTML Code:my $timestamp = localtime time; print <html><body>$timestamp</body></html>;
.
How do I get perl to interpret variables and commands from a template file to be taking as literal?
.
Thanks - JZ
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum