mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
9ea741ff97
using simple tags, <perl> and </perl>, to begin and end perl parsing. Once the perl module is included via "use", all text gets output to stdout except for code within the above tags. Despite what's in the CPAN README, this module does not require Filter::Simple, only CGI.pm. WWW: http://search.cpan.org/~mmathews/Markup-Perl/ Tindy testing by: itetcu
10 lines
400 B
Plaintext
10 lines
400 B
Plaintext
This perl module allows the embedding of perl code within CGI scripts
|
|
using simple tags, <perl> and </perl>, to begin and end perl parsing.
|
|
Once the perl module is included via "use", all text gets output to
|
|
stdout except for code within the above tags.
|
|
|
|
Despite what's in the CPAN README, this module does not require
|
|
Filter::Simple, only CGI.pm.
|
|
|
|
WWW: http://search.cpan.org/~mmathews/Markup-Perl/
|