|
Majordomo-Users (March 1995) |
We have had to do the following to get perl scripts to run on one of our
older sys-V boxes. I'm glad it's now turned off.
replace the #!/xbin/perl with something like:
eval 'exec /xbin/perl -S $0 ${1+"$@"}'
if 0;
--gene
References:
|