Help for this page

Select Code to Download


  1. or download this
    use IO::Prompter;
    my $num = prompt("How much is A:", -num, -return=>" ");
    print "A=$num\n";