fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
348 B
Plaintext
8 lines
348 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.
|