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

Package:
perl
Source:
perl
Description:
Larry Wall's Practical Extraction and Report Language
Submitter:
Date:
2013-09-28 11:48:06 UTC
Severity:
wishlist
#724825#5
Date:
2013-09-28 11:36:53 UTC
From:
To:
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 );