Help for this page

Select Code to Download


  1. or download this
    use constant foo => { a .. z };;
    
    ...
    g : h
    i : j
    o : p
    
  2. or download this
    [0] Perl> print "$k : $v" while ($k,$v) = each %{ +foo };;
    w : x
    ...
    g : h
    i : j
    o : p