home

Quickies, by Andrea Olivato

text

Dump variables in Perl

How to show content of unknown objects in perl using Dumper


use Data::Dumper;
print Dumper $my_unknown_object;

3 years ago

May 20, 2009
Comments (View)
blog comments powered by Disqus