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 );


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to