Would a patch to make the following DWIM be accepted? (I meant for the second line of output to read "err at -e; line 99.") $ perl -e ' > $x = __FILE__; > # line 27 wahoo.foo > warn "hmm"; > # line 99 $x; > warn "err"' hmm at wahoo.foo line 27. err at $x; line 99. -- between myriad opposing forcesThread Next