http://qs1969.pair.com?node_id=139379

rbc has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

I looked at some perl script at work and
I noticed that some of them use this ...

#!/bin/sh -- perl eval 'exec perl -S $0 ${1+"$@"}' if 0;

... is this safe ... am I just
being paranoid?

Thanks