i can has $. ?

jacktanner wrote on Wed Aug 29 17:52:08 MEST 2007:
I want something to tell me, while I'm debugging, the current line # from
the input file. For instance, I'd like to add a watch for $. . Is that possible?
jploski wrote on Wed Aug 29 19:01:28 MEST 2007:
Well, you can enable "Show Global Variables" and "Show Perl Internal Variables"
in the Variables view to make $. appear there. Another way to check a variable's
value is to use the Perl expression view. There's no support for watch expressions
in EPIC (they seem to cause huge performance problems, btw).

Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.