Help for this page

Select Code to Download


  1. or download this
    $ perl -V:sh
    sh='/bin/sh';
    
  2. or download this
    system('command line with some args and special characters');
    
  3. or download this
    system('executable', 'arg1', 'arg2', 'arg3');