in reply to Re: Re: Re: Never lock $0 inside of a BEGIN block
in thread Never lock $0 inside of a BEGIN block

On this occasion, it wasn't my theoretical code that theoretically threw my syntax highlighter into a spin. Theoretically:) And I'm not going to be the one to risk Abigail-II's wroth by suggesting that $" should never be used!

In reality, the only time $" ever appears in my code, it is always localised, always on a line on its own, and always followed by a comment eg.

local $" = ', '; #"

The " in the comment serving to pair the first for the syntax highlighter.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller