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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.