"Robert Hicks" <[EMAIL PROTECTED]> wrote
> If I am pulling data out with a $sth->fetchrow_arrayref, how do I see the
> structure of what is coming back? I need to change the description on some
> of the data coming back out (like changing a "C" to "Closed") but I am not
> sure how to see the arra
JupiterHost.Net wrote:
Robert Hicks wrote:
If I am pulling data out with a $sth->fetchrow_arrayref, how do I see the
structure of what is coming back? I need to change the description on
some
use Data::Dumper;
print Dumper $sth->fetchrow_arrayref(..
of the data coming back out (like
Robert Hicks wrote:
If I am pulling data out with a $sth->fetchrow_arrayref, how do I see the
structure of what is coming back? I need to change the description on some
use Data::Dumper;
print Dumper $sth->fetchrow_arrayref(..
of the data coming back out (like changing a "C" to "Close
On Mon, 2005-11-07 at 10:56 -0500, Robert Hicks wrote:
> If I am pulling data out with a $sth->fetchrow_arrayref, how do I see the
> structure of what is coming back? I need to change the description on some
> of the data coming back out (like changing a "C" to "Closed") but I am not
> sure how to