Help for this page

Select Code to Download


  1. or download this
    sub input {
        chomp( my $input = <STDIN> );
        exit if $input eq "exit";
        return $input;
    }