Help for this page

Select Code to Download


  1. or download this
    my $input = <STDIN>;
    $input = 10 if $input > 10;
    
  2. or download this
    $input = 1 unless $input;