Help for this page

Select Code to Download


  1. or download this
    my %alphabet = \(
         'a' => @atags,
         'b' => @btags,
                 );
    
  2. or download this
    my %alphabet = (
         \'a' => \@atags,
         \'b' => \@btags,
                 );
    
  3. or download this
    say for @{values %alphabet};