Posted on 2008-11-28 09:12:44-08 by mron
problem about Data::Dump::dump(undef)?
print Data::Dump::dump(undef) . "\n"; print int($!) . "\n";


In my computer , the code above can print undef , but $! was set to 9 , does Data::Dump::dump() can not dump the undef value?

my Data::Dump module's version is 1.08.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.