Bug#724825: Data::Dumper: offer a way to change the "$"

jidanni at jidanni.org jidanni at jidanni.org
Sat Sep 28 11:36:53 UTC 2013


Package: perl
Version: 5.18.1-4
Severity: wishlist
File: /usr/lib/perl/5.14.2/Data/Dumper.pm

We read

       you can change the default $VAR prefix to something else. See
       $Data::Dumper::Varname and $Data::Dumper::Terse below.

But to change or delete the "$" itself one would have to do
use Data::Dumper;
$Data::Dumper::Terse = 1;
print $id, ' => ', Dumper( \%h );




More information about the Perl-maintainers mailing list