Help for this page
my @result = `command --arg1=$num1 --arg2=file.log . . . -argLast=$nu +mLast`;
my @options = qw(--arg1=$num1, --arg2=file.log, . . . -argLast=$numLa +st ); my @result = `command @options`;