Re: [Mason] debugging help needed

2006-08-07 Thread Malcolm J Harwood
On Saturday 05 August 2006 07:55, Marius Feraru wrote: > > Not related suggestion: I find Data::Dumper::Simple more useful than > > Data::Dumper. > AFAIK D/D/S is implemented as source filter. It is, though there's apparently a non-source filter version (but it's not as good). > AVOID source

Re: [Mason] debugging help needed

2006-08-05 Thread Marius Feraru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Malcolm J Harwood wrote: > Not related suggestion: I find Data::Dumper::Simple more useful than > Data::Dumper. AFAIK D/D/S is implemented as source filter. AVOID source filters in Mason! If working at all, you will shoot yourself in the foot on the v

Re: [Mason] debugging help needed

2006-08-03 Thread Malcolm J Harwood
On Wednesday 26 July 2006 15:13, Jim Babcock wrote: > So far I'm using Data Dumper on the PM and CGI sides and using various > print statements in the PM and I haven't made any headway. Not related suggestion: I find Data::Dumper::Simple more useful than Data::Dumper. > I think that > somethi

Re: [Mason] debugging help needed

2006-07-28 Thread Marius Feraru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Babcock wrote: > If I have a perl module that test rock solid from the command line at > accessing and returning its data, but fails when running through > Apache/mod_perl/mason... how do I go about debugging this? Quick answer: RTFM :( http://www.

Re: [Mason] debugging help needed

2006-07-28 Thread Florian Merges
Hi, http://www.perlmonks.com/?node_id=563985 Regards, Florian On Wed, 2006-07-26 at 14:13 -0500, Jim Babcock wrote: > OK, > > This is the same thing I asked about before, but I didn't get much > response... so let's try this from a more abstract perspective, > > If I have a perl module that

[Mason] debugging help needed

2006-07-27 Thread Jim Babcock
OK, This is the same thing I asked about before, but I didn't get much response... so let's try this from a more abstract perspective, If I have a perl module that test rock solid from the command line at accessing and returning its data, but fails when running through Apache/mod_perl/mason...