in reply to Re: There Are No Perl Scripts
in thread There Are No Perl Scripts
Not that I do this myself currently, but by placing the initialization code inside your module in the 'non-subroutine' area (and using 'import' for initialization parameterization), you could strip it down to
#!/usr/bin/perl -T use My::CGI::Application::Child ('initialization' => 'parameters');
|
|---|