Ricardo Signes <perl.p5p@rjbs.manxome.org> wrote: > use File::HomeDir; > require "code/perl5/lib/dumpvar.pl"; > dumpValue({ x => \%~, z => [ 1, 2, 3 ] }); > > Now emits: > > 'x' => HASH(0x7f8c3a9ccfa8) > << value could not be dumped: You can't FIRSTKEY with the %~ hash at code/perl5/lib/dumpvar.pl line 217. > >> > 'z' => ARRAY(0x7f8c3a8298e0) > 0 1 > 1 2 > 2 3 > > If no one sees a reason to object, I will apply this to blead soon. Seems eminently sensible to me. +1 to applying that. -- Aaron Crane ** http://aaroncrane.co.uk/Thread Previous | Thread Next