]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - samples/app/app1/js.pl
CGI::Ex 2.24
[chaz/p5-CGI-Ex] / samples / app / app1 / js.pl
diff --git a/samples/app/app1/js.pl b/samples/app/app1/js.pl
new file mode 100755 (executable)
index 0000000..795068b
--- /dev/null
@@ -0,0 +1,17 @@
+#!/usr/bin/perl
+
+=head1 NAME
+
+js.pl - simple @INC js printer
+
+=head1 DESCRIPTION
+
+This is necessary because app1.pl hard codes path.
+
+=cut
+
+use strict;
+use warnings;
+
+use CGI::Ex;
+CGI::Ex->print_js($ENV{'PATH_INFO'});
This page took 0.016737 seconds and 4 git commands to generate.