[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omaha.pm] debugger



I use this all the time:

  x $self

But did you know you can do

  x 2 $self

which limits the depth of x to 2 levels deep? Stick any number in there to only get that level of depth printed. Neato. :)

j