I
Ian Pellew
Hi All;
What is the call to print a HASH like the debugs print of a hash:-
EG:-
$t_xmlin = eval{XMLin($xml, forcearray=>0, NormaliseSpace=>2)};
DB<2> x $t_xmlin
0 HASH(0x22a84a8)
'define' => HASH(0x22a840c)
'gen_dir' => 'c:/Program Files/Apache Group/Apache2/cgi-bin/Pages/Generated/'
'src_dir' => 'c:/Program Files/Apache Group/Apache2/cgi-bin/Pages/'
Etc.
This a lot easier than the Dumper output.
Regards
Ian
What is the call to print a HASH like the debugs print of a hash:-
EG:-
$t_xmlin = eval{XMLin($xml, forcearray=>0, NormaliseSpace=>2)};
DB<2> x $t_xmlin
0 HASH(0x22a84a8)
'define' => HASH(0x22a840c)
'gen_dir' => 'c:/Program Files/Apache Group/Apache2/cgi-bin/Pages/Generated/'
'src_dir' => 'c:/Program Files/Apache Group/Apache2/cgi-bin/Pages/'
Etc.
This a lot easier than the Dumper output.
Regards
Ian