Re: Method fileLocation() redux.
Mark Overmeer <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.mail-box |
|---|---|
| Organization | MARKOV Solutions |
| Message-ID | <[email protected]> |
* Roderick A. Anderson ([email protected]) [040403 16:42]: > On Fri, 2 Apr 2004, Mark Overmeer wrote: > > After capturing the 'full' error message I see we didn't get it quite > right. > I started to follow the chain of modules and got a head-ache. :-) Calling-stacks in OO tend to grow quite large. But anyway: it did clarify a lot for me. Could you try this: Replace method fileLocation in Mail/Message/Body/Nested by sub fileLocation() { my $nested = shift->nested; ( $nested->head->fileLocation)[0] , $nested->body->fileLocation)[1] ); } -- MarkOv ------------------------------------------------------------------------ drs Mark A.C.J. Overmeer MARKOV Solutions [email protected] [email protected] http://Mark.Overmeer.net http://solutions.overmeer.net