skyworld_chen has asked for the wisdom of the Perl Monks concerning the following question:
hi,
i see a piece of code like this:
#!/bin/sh exec run perl -w -x -S $0 ${1+"$@"} # -*-perl-*- #!perl -w
can anybody help me to understand this? thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: what does this piece of code mean?
by kennethk (Abbot) on Apr 22, 2013 at 14:43 UTC | |
by skyworld_chen (Acolyte) on Apr 23, 2013 at 05:45 UTC | |
|
Re: what does this piece of code mean?
by daxim (Curate) on Apr 22, 2013 at 14:41 UTC | |
|
Re: what does this piece of code mean?
by Anonymous Monk on Apr 22, 2013 at 14:21 UTC |