Help for this page

Select Code to Download


  1. or download this
    if (0 == system 'ls') {
        print "Success\n";
    } else {
        print "Error\n";
    }