At Fri, 18 Mar 2005 09:23:47 -0800, Daniel wrote:
> On Fri, Mar 18, 2005 at 09:00:16AM +1100, Angus Lees wrote:
> > [$ sub dump $]
> > [# may want to shift first arg here if invoking as $epreq->dump(...) #]
> > [- require Data::Dumper -]
> > [+ Data::Dumper::Dumper(@_) +]
> > [$ endsub $]
> >
> >
On Fri, Mar 18, 2005 at 09:00:16AM +1100, Angus Lees wrote:
> At Wed, 16 Mar 2005 20:58:37 -0800, Daniel wrote:
> > Is this what you use? I'm a little curious what others do to easily see
> > what variables contain. Maybe there's a good way I'm missing.
>
> I usually have an Embperl sub like this
At Wed, 16 Mar 2005 20:58:37 -0800, Daniel wrote:
> Is this what you use? I'm a little curious what others do to easily see
> what variables contain. Maybe there's a good way I'm missing.
I usually have an Embperl sub like this declared somewhere (eg in _base.epl):
[$ sub dump $]
[# may want to
> From: Luiz Fernando B. Ribeiro [mailto:[EMAIL PROTECTED]
>
> On Wed, 16 Mar 2005 20:58:37 -0800, Daniel
> <[EMAIL PROTECTED]> wrote:
>
> > Is this what you use? I'm a little curious what others do
> to easily see
> > what variables contain. Maybe there's a good way I'm missing.
>
>
> In fa
On Wed, 16 Mar 2005 20:58:37 -0800, Daniel <[EMAIL PROTECTED]> wrote:
Is this what you use? I'm a little curious what others do to easily see
what variables contain. Maybe there's a good way I'm missing.
In fact I wrote a module using Data::Dumper that writes variables and
traceback information
Is this what you use? I'm a little curious what others do to easily see
what variables contain. Maybe there's a good way I'm missing.
db
On Thu, Mar 17, 2005 at 01:08:23AM -0300, Luiz Fernando B. Ribeiro wrote:
> On Wed, 16 Mar 2005 17:45:59 -0800, Daniel <[EMAIL PROTECTED]> wrote:
>
> >Did anyo
On Wed, 16 Mar 2005 17:45:59 -0800, Daniel <[EMAIL PROTECTED]> wrote:
Did anyone have a suggestion for this?
On Tue, Mar 15, 2005 at 09:14:08AM -0800, Daniel wrote:
Hi,
I tried using $escmode in a library today, which didn't seem to work.
I wrote this for debugging purposes:
sub p { use Data::Dumpe
Did anyone have a suggestion for this?
On Tue, Mar 15, 2005 at 09:14:08AM -0800, Daniel wrote:
> Hi,
>
> I tried using $escmode in a library today, which didn't seem to work.
>
>
> I wrote this for debugging purposes:
>
> sub p { use Data::Dumper;
> local $escmode=0;
> print OUT "\";
>