On Thu, 2006-20-04 at 23:14 -0700, Johannes Ernst wrote:
> Some time ago I asked about a print_r implementation in Perl.
> 
> print_r: print object structures recursively, as in PHP, see http:// 
> php.net/print_r
> 
> Because nobody seemed to have a good answer, we built our own. It has  
> some issues -- but is probably good enough for many cases.

Perl already has such a beast. See `perldoc Data::Dumper`. It comes with
Perl.


-- 
__END__

Just my 0.00000002 million dollars worth,
   --- Shawn

"For the things we have to learn before we can do them, we learn by doing them."
  Aristotle

* Perl tutorials at http://perlmonks.org/?node=Tutorials
* A searchable perldoc is at http://perldoc.perl.org/



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to