Help for this page

Select Code to Download


  1. or download this
    use constant CONST => {
                             foo => 'bar',
    ...
    {
        print "$_\n";
    }
    
  2. or download this
    Type of arg 1 to keys must be hash (not constant item)
    
  3. or download this
    foreach (keys %{CONST})
    {
        print "$_\n";
    }
    
  4. or download this
    Variable "%CONST" is not imported