Help for this page

Select Code to Download


  1. or download this
    system "true";
    echo $? & 127;
    
  2. or download this
    print system "does-not-exist";
    print system "true";
    print system "false";