Help for this page

Select Code to Download


  1. or download this
    system( 'some_command' && die 'cannot execute some_command' );
    
  2. or download this
    system 'some_command' and die 'cannot execute some_command';