Hi,

Got a lot of code in a controller that should be moved out and into an external 
script (that's called by a cronjob) which calls stuff from the Model and then 
emails it.

The script can access the model fine and re-use a Template::Toolkit template 
already written fine (I'm using MIME::Lite::TT). However, in the template 
itself there's a lot of calls to the Catalyst context object, in the form of:

        [% Catalyst.uri_for( ... ) %]

... which aren't displaying anything. I don't really want to hard code the 
URIs, so is there a way to get access to the Catalyst context object of a 
running app, in a separate external script?

Regards,

Anthony Gladdish

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to