in reply to caller() returns wrong line on multi-line function call
At the start of each statement is a nextstate op which sets the current line number. Remember that %{{ A => 1, B => 2, C => 3 }} use the %BLOCK syntax and BLOCK contains a sequence of statements.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: caller() returns wrong line on multi-line function call (blocks)
by LanX (Saint) on Sep 14, 2017 at 13:17 UTC | |
by jh (Beadle) on Sep 14, 2017 at 14:54 UTC | |
by LanX (Saint) on Sep 14, 2017 at 15:03 UTC |