Help for this page

Select Code to Download


  1. or download this
    system("command") and die "Error message: $?";
    
  2. or download this
    system("command") == 0 or die "Error message: $?";