]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - README
CGI::Ex 2.24
[chaz/p5-CGI-Ex] / README
diff --git a/README b/README
index 1553dbf937525a90e44c0c51e85dc69790052e45..43ec2c2b627eced217465589c960ba070e272412 100644 (file)
--- 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
This page took 0.01751 seconds and 4 git commands to generate.