in reply to Re^2: A useful use of goto
in thread A useful use of goto

You don't even need a temporary namespace, just call it something like __PACKAGE__::Config and you can reuse it on demand.

Anyway thank you, the pattern of using goto for a scopeless loop is worth to be mentioned! 8)