Help for this page

Select Code to Download


  1. or download this
    system('perl', 'test.pl', $var1, $var2.'\\'.$var3);
    
  2. or download this
    system(
       'perl',
    ...
       $var1,
       qq|$var2\\$var3|,
    );