Help for this page

Select Code to Download


  1. or download this
    $data = get_input_from_program_a();
    $chopped = chop($data);
    if ($chopped ne $/) {
       die "Program A is acting up";
    }