The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/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'});