[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
RE: [ID 20000120.001] Diff to add print formatting to debugger
> -----Original Message-----
> From: Ronald J Kimball [mailto:rjk@linguist.dartmouth.edu]
> Sent: Thursday, January 20, 2000 1:35 PM
> To: Jim Bodwin
> Cc: 'Ilya Zakharevich'; perl5-porters@perl.org
> Subject: Re: [ID 20000120.001] Diff to add print formatting
> to debugger
>
>
> On Thu, Jan 20, 2000 at 01:35:39PM -0800, Jim Bodwin wrote:
> >
> > And this goes back to the "general usefulness" issue.
> Since this extends
> > the functionality of the print command w/o getting into
> anyones way...
> >
>
> The space between p and [expr] is optional:
>
> DB<1> %x = (a => 1, b => 2)
>
> DB<2> p%x
> a1b2
Hmm. I didn't realize that the space was optional. I guess this isn't
COMPLETELY transparent but the rest of the argument hold.
- Jim
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]