in reply to Re^4: Debugging globjects/globs
in thread Debugging objects

I have no time to install those modules, but returning an empty list seems obvious

sub dd { Dump(@_); (); }

e.g.

DB<18> sub dd { (1,2,3); } DB<19> x dd \@a 0 1 1 2 2 3

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

Replies are listed 'Best First'.
Re^6: Debugging globjects/globs
by Anonymous Monk on Aug 24, 2017 at 18:36 UTC

    I have no time to install those modules, but returning an empty list seems obvious

    Heh, and then?