Re: Confusion with hash reference and Mail::IMAPClient

2001-08-03 Thread Peter Scott
At 01:52 PM 8/3/01 -0800, Michael Fowler wrote: >On Fri, Aug 03, 2001 at 01:40:33PM -0700, Peter Scott wrote: > > How odd. All I can suggest is that you get the latest one. Vide: > >What I meant by it not dumping globs is that the glob data structure cannot >be recovered by eval'ing the code, as

Re: Confusion with hash reference and Mail::IMAPClient

2001-08-03 Thread Michael Fowler
On Fri, Aug 03, 2001 at 11:17:45AM -0700, Peter Scott wrote: > At 10:13 AM 8/3/01 -0700, Matthew Lyon wrote: > >is there and easy way to dump ALL data structures established by the > >currently-running Perl script? > > You can access all package variables through the stash, i.e., just print > Du

RE: Confusion with hash reference and Mail::IMAPClient

2001-08-03 Thread Matthew Lyon
is there and easy way to dump ALL data structures established by the currently-running Perl script? On Fri, 3 Aug 2001, Wagner Jeff Civ Logicon/TTMS wrote: > Hi, > > In the absence of an answer from the more experienced list members, I'll > give it a shot. I don't know what kind of structure is

RE: Confusion with hash reference and Mail::IMAPClient

2001-08-03 Thread Wagner Jeff Civ Logicon/TTMS
Hi, In the absence of an answer from the more experienced list members, I'll give it a shot. I don't know what kind of structure is being returned, but maybe you can use the Data::Dumper module to format the output, inserting the following two lines (in the appropriate places). use Data::Du