On Wed, 2006-01-11 at 13:02 -0500, Shawn Corey wrote: > To see what's inside a complex data structure, use Data::Dumper. In > this > case, add the lines: > > use Data::Dumper; > print Dumper \%children; > > See `perldoc Data::Dumper` for details. > I hadn't gotten to that chapter yet, but looking at the output I can see how handy it is.
Thanks -- Bill Gradwohl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>