in reply to Re^4: how to declare a local *subname=sub{}?
in thread how to declare a local *subname=sub{}?

You are accessing a global symbol of the stash

you don't need to declare hash elements of an existing hash either, do you?

update

You seem to think that local is declaring variables.

That's totally wrong! Please read documentation and provided links.

meta:

This whole discussion is too XY for my taste, I'm out now. :)

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

  • Comment on Re^5: how to declare a local *subname=sub{}?