Re: XQL Problems - Mailing list pgsql-general

From Jim Cromie
Subject Re: XQL Problems
Date
Msg-id 380A6F09.BED9C952@bwn.net
Whole thread Raw
List pgsql-general
Brad Wiemerslage wrote:

//try to print out what is in the hash


2 best ways of seeing inside data structures in Perl

1) perl -d your-script

  DB<1> b (somewhere)
   DB<2> c
 DB<3> x $somevar

x does a depth-first print of all elements

2) use Data::Dumper  (now standard with 5.005)

iirc

print dump ($somevar)

rtfm to be sure


pgsql-general by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [GENERAL] User defined function
Next
From: Lincoln Yeoh
Date:
Subject: Re: [GENERAL] BIG Data and Perl