Help for this page
Select Code to Download
Select
or
download this
my $input = <STDIN>; $input = 10 if $input > 10;
Select
or
download this
$input = 1 unless $input;