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 see the arrayref.
user Data::Dumper; print Dumper($ref_to_complex_data_that_is_interesting) , "\n"; Hope that helps :) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>