Re: Two debugger related questions...

[email protected] ((Peter Scott)) 24 Nov 2004 15:25:06 -0000
Newsgroups perl.debugger
Organization Pacific Systems Design Technologies
Message-ID <[email protected]>
In article <[email protected]>,
 [email protected] (Nobody Imparticular) writes:
>2) I like 'dumpvar.pl' and 'dumpValue'.  so, i set up
>an alias as such:
>
>$DB::alias('list'} = 's/^list
>(.*)/&::dumpValue(\\\$1)/';
>
>but, then when i do a "list %foo" it gives me an error
>that list is not recognized.  it should convert that
>to &::debugValue (\%foo).  yes, i 'require dumpvar.pl'
>as well.

Okay, I'll bite: what's wrong with the 'x' command?

-- 
Peter Scott
http://www.perldebugged.com/
*** NEW *** http://www.perlmedic.com/