logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

embpexec.pl - Run an Embperl file offline

Author

       G. Richter (richter at embperl dot org)

perl v5.34.0                                       2022-02-06                                       EMBPEXEC(1p)

Description

       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.

Name

       embpexec.pl - Run an Embperl file offline

Options

-ooutputfile
           Optional. Gives the filename to which the output is written. The default is stdout.

       -ologfile
           Optional. Gives the filename of the logfile. The default is /tmp/embperl.log.

       -ddebugflags
           Optional. Specifies the level of debugging (what is written to the log file). The default is nothing.
           See "EMBPERL_DEBUG" in HTML::Embperl for exact values.

See Also

       Embperl

Synopsis

       embpexec.pl [-ooutputfile] [-llogfile] [-ddebugflags] htmlfile [query_string]

See Also