Help for this page

Select Code to Download


  1. or download this
    my $binary = "/bin/foo bar";
    system($binary);
    
  2. or download this
    system { $binary } $binary, @other_args_if_any;