![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Catalyst and the stashby astroboy (Chaplain) |
on Jul 19, 2005 at 19:55 UTC ( #476252=note: print w/replies, xml ) | Need Help?? |
This doen't seem any different from the param method in CGI::Application - sometimes you need to have data globally accessible to your code. It does act like a global, but so do session variables ... they suffer the same risks as well, but they sure are useful. If you're worried about naming collissions, you could include your namespace in your stash:
In Section
Seekers of Perl Wisdom
|
|