EMBPEXEC(1p) | User Contributed Perl Documentation | EMBPEXEC(1p) |
embpexec.pl - Run an Embperl file offline
embpexec.pl [-o outputfile] [-l logfile] [-d debugflags] htmlfile [query_string]
Converts an HTML file (or any other ascii file) with embedded Perl statements into a standard HTML file.
htmlfile is the full pathname of the HTML file which should be processed by Embperl.
query_string is optional and has the same meaning as the environment variable "QUERY_STRING" when invoked as a CGI script. That is, "QUERY_STRING" contains everything following the first "?" in a URL. query_string should be URL-encoded. The default is no query string.
Embperl
G. Richter (richter at embperl dot org)
2023-01-22 | perl v5.36.0 |