On 05/01/2017 23:41, Sean Bruno wrote: > I don't suppose it would be possible to have configure check/change the > interpreter path for scripts so that operating systems that don't have > /usr/bin/perl for example, would work out of the box?
We can use #!/bin/sh eval 'exec perl -x -wS $0 ${1+"$@"}' if 0; if that works for you. Paolo