Help for this page

Select Code to Download


  1. or download this
    @al = qw (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z);
    
  2. or download this
    @al = 'A' .. 'Z';
    
  3. or download this
    my %dp_numfmt = (
        dp0 => "0",
    ...
        dp2 => "0.00",
        # etc.
    );