bigal_george has asked for the wisdom of the Perl Monks concerning the following question:
if($> == 0) { # exec { "/path-to-wrapper-program" } # ( "/path-to-wrapper-program",$0,@ARGV); exec { "$0" } #<<<<<<<<<<<error if l +ast 2 ( "$0",$0,@ARGV); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Syntax using user define $>
by jcb (Parson) on Jan 01, 2020 at 00:24 UTC | |
by bigal_george (Acolyte) on Jan 01, 2020 at 01:24 UTC | |
by jcb (Parson) on Jan 01, 2020 at 02:47 UTC | |
Re: Syntax using user define $>
by LanX (Saint) on Jan 01, 2020 at 03:10 UTC |