Help for this page

Select Code to Download


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