in reply to print_r or var_dump?
That should pretty much do what you want plus you get valid perl code from it.use Data::Dumper; # ... %some_complicated_hash = (); # fill hash with values... print Dumper(\%some_complicated_hash);
| Regards... | Stefan |
| you begin bashing the string with a +42 regexp of confusion | |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: print_r or var_dump?
by mamut (Sexton) on Oct 09, 2001 at 18:15 UTC |