Help for this page

Select Code to Download


  1. or download this
    my @result = `command --arg1=$num1 --arg2=file.log  . . . -argLast=$nu
    +mLast`;
    
  2. or download this
    my @options = qw(--arg1=$num1, --arg2=file.log,  . . . -argLast=$numLa
    +st );
    my @result = `command @options`;