in reply to
Accessing catalyst app outside request/response cycle
If all you want is a model object, create a model object, don't create an application object
Comment on
Re: Accessing catalyst app outside request/response cycle
Replies are listed 'Best First'.
Re^2: Accessing catalyst app outside request/response cycle
by
mzedeler
(Pilgrim)
on Dec 06, 2012 at 21:52 UTC
I must be missing something here, because I need to get access to the current model instance - not a new one.
[reply]
In Section
Seekers of Perl Wisdom