Dr.Ruud <rvtol+usenet <at> isolution.nl> writes: >Who doesn't use Data::Dumper daily? > >perl -MData::Dumper -wle 'print Dumper [ 0, "0", 0.0, 0_0, 0_0.0, ]' I have switched to Data::Dump, which is nicer in some ways. In this particular case it shows the first four numbers as just 0 and the last, oddly, as "00". (Number vs string formatting wasn't the reason I switched - it appears that Data::Dumper may be more faithful to Perl's internal representation.) -- Ed Avis <eda@waniasset.com>Thread Previous | Thread Next