Help for this page

Select Code to Download


  1. or download this
    my $check = "A";
    for (1..2) {
        $check++;
    ...
    $input = reverse ($input);
    chop $input;
    say $input;