Help for this page

Select Code to Download


  1. or download this
    %characters = map { $_ => $char++ } (
      'first character',
      'second character',
      'third character'
    );
    
  2. or download this
    
    $characters = { map { $_ => $char++ }
    ...
      'third character'
    };