Help for this page
#!/bin/sh eval 'MYTESTVAR=/my/lib exec /usr/bin/perl -x -S $0 ${1+"$@"}' ... #!perl print "[", $ENV{MYTESTVAR}, "]\n";