On Thu, Aug 28, 2008 at 3:15 PM, jesse <jessedp@...> wrote:
>"list" is there now b/c
> it is the name of the object type the custom object I am messing with is
> defined as:
> object_types => {
> 'list' => 'MailChimp::ListDetails',
> },
This is correct, it must match the object type you have defined. Each
object passing the "condition" will get passed to the "code" function,
so your first line might be
my ($list) = @_;
...and you can manipulate and save the object from there.
> Any
> suggestions for that would be wonderful. I'd love to just have it dumped in
> a file somewhere that I can tail.
You could try Jay Allens log4mt tool [1]. I haven't tried it myself
yet, but I plan to, as it sounds quite helpful.
-Mark
[1] https://trac.endevver.com/movabletype/wiki/plugins/log4mt