[Omaha.pm] debugger - dump the output of x $self to a file

Jay Hannah jay at jays.net
Wed May 25 13:49:25 PDT 2005


Just switch your pager to a redirect to a file:

   DB<8> o pager=>/tmp/j.txt
                pager = '>/tmp/j.txt'
   DB<9> | x $self

Now you've got a /tmp/j.txt file containing what 'x $self' would have 
shown. Sweet.

j






More information about the Omaha-pm mailing list