Help for this page

Select Code to Download


  1. or download this
    $|=1;
    print "Choose a date and enter it on the command line: ";
    my $user_response;
    until ($user_response = <STDIN>){};
    # do something with $user_response