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

xterm color support

2004-01-17 Thread gohaku
Hi everyone, I have a question about the following script: use Term::ANSIColor; print color(red on_white), Danger, Will Robinson!\n; print color(red on_white), Danger, Will Robinson!\n; print color(red on_white), Danger, Will Robinson!\n; print color(reset); For some reason, the 1st line has only