Help for this page
#!/usr/bin/perl print "wrapper about to execute @ARGV\n"; exec "/usr/bin/perl", @ARGV;
#!/usr/bin/env /path/to/perlwrapper print "hello world!\n";