Help for this page

Select Code to Download


  1. or download this
    my %is_legal = map { $_ => ~~1 } 'a' .. 'z', 0 .. 9;
    if ($is_legal{ $character })