Help for this page

Select Code to Download


  1. or download this
    my %hoa = (
        alpha   => ['A' .. 'Z','a' .. 'z'],
        numeric => [0 .. 9],
    );
    
  2. or download this
    my $char = $hoa{'alpha'}[42];