Help for this page

Select Code to Download


  1. or download this
    while (1) {
        print "Enter an address, QUIT to exit\n";
    ...
        print "$test\n";
        if (lc ($test) eq "quit") { last; }
    } ## end while (1)