Help for this page

Select Code to Download


  1. or download this
      DB<10> @h{1..26} = a..z
    
    ...
       0  1
       1  'a'
      DB<15>
    
  2. or download this
      DB<15> %h2 = pairgrep { $b =~ /[aeiou]/ } %h
    
    ...
       5 => 'e'
       9 => 'i'
      DB<17>