in reply to Re: System command problem in perl
in thread System command problem in perl

system {$args[0]} @args;

No, don't use system just to run perl when the task can be simply done in a single Perl script. See jwkrahn's response below.