in reply to Perl Debugger capturing output from the 'x' command while in a debug session
> perl -MDumpvalue -e ' $d = Dumpvalue->new(); $d->dumpValue([ 1, 2, { a => 3, b => 4, c => 5 } ])' > out.txt [download]