in reply to What is the intention and logic of this line in the beginning of the script?

[perldoc://exec eval "if 0;"] => perlrun

#!/bin/sh #! -*-perl-*- eval 'exec perl -x -wS $0 ${1+"$@"}' if 0;
  • Comment on Re: What is the intention and logic of this line in the beginning of the script?
  • Download Code