Help for this page

Select Code to Download


  1. or download this
    ...
    my $argument = something;
    ...
    $exec_string = "$program $argument $argument2";
    system("$exec_string");
    ...
    
  2. or download this
    ...
    $argument=~s/'/'"'"'/g;
    ...