Help for this page

Select Code to Download


  1. or download this
    print "Do you wish to update (Y/N)?\n";
    my $choice = q();
    while ('y' ne lc $choice and 'n' ne lc $choice) {
        chomp($choice = <>);
    }