in reply to Perl Debugger capturing output from the 'x' command while in a debug session

The Perl debugger uses prints like Dumpvalue.
> perl -MDumpvalue -e ' $d = Dumpvalue->new(); $d->dumpValue([ 1, 2, { a => 3, b => 4, c => 5 } ])' > out.txt

Update: Well, the debugger actually tries to use dumpvar.pl