Debugger in OS X10.3.2; also dumpValues

2004-01-17 Thread dennis Geller
I'm working with Perl for the first time under OS X and having some difficulties. Some I've found answered in the archives, but ... First, I don't seem to have mastered dumpValue. My call to it looks like this: @departments= keys %all; sort @departments; dumpValue([EMAIL PROTECTED]);

Re: Debugger in OS X10.3.2; also dumpValues

2004-01-17 Thread drieux
On Jan 17, 2004, at 2:31 PM, dennis Geller wrote: I'm working with Perl for the first time under OS X and having some difficulties. Some I've found answered in the archives, but ... First, I don't seem to have mastered dumpValue. My call to it looks like this: @departments= keys %all; sort