X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=README;h=43ec2c2b627eced217465589c960ba070e272412;hp=1553dbf937525a90e44c0c51e85dc69790052e45;hb=ed00221d27dfab1e82ec2ea040ab4c399a91c545;hpb=0b04f67c06c1db11969096f07dfc7dbb23bf99ba diff --git a/README b/README index 1553dbf..43ec2c2 100644 --- a/README +++ b/README @@ -276,6 +276,10 @@ CGI::Ex METHODS shortened name which will be looked for in @INC. (ie /full/path/to/my.js or CGI/Ex/validate.js or CGI::Ex::validate) + #!/usr/bin/perl + use CGI::Ex; + CGI::Ex->print_js($ENV{'PATH_INFO'}); + "->swap_template" This is intended as a simple yet strong subroutine to swap in tags to a document. It is intended to be very basic for those who may not