Help for this page

Select Code to Download


  1. or download this
    if ($answer eq "add" || $answer eq "a") {
        &addlinks;
    ...
    else {
        exit 0;
    }