Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
            say "You have chosen the wrong number";
        }
    }
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
        last if $response >= 1 && $response <= 5;
        say "You have chosen the wrong number";
    }