#!/bin/env /home/weigand/perl_wrapper.pl print "Hello world from perl.\n"; #### #!/usr/bin/perl print "In perl wrapper.\n"; ...