Help for this page

Select Code to Download


  1. or download this
    while (1) {
        local $| = 1;
    ...
        elsif ($answer eq "end") {last;}
        else {print "Unknown command '$answer'\n"}
    }