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