in reply to Re^2: Perl debugging initialization: did I just reinvent the wheel? (names)
in thread Perl debugging initialization: did I just reinvent the wheel?

Reread what tye suggested: in ~/.perldb, check whether .perldbinit exists (see? No tilde!) and load it if so.

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
  • Comment on Re^3: Perl debugging initialization: did I just reinvent the wheel? (names)
  • Download Code

Replies are listed 'Best First'.
Re^4: Perl debugging initialization: did I just reinvent the wheel? (names)
by mpersico (Monk) on Dec 02, 2016 at 18:31 UTC
    Thank you for the gentle nudge. I'll give the idea consideration.