"Tom Phoenix" schreef:

> Sometimes, people have the idea that 'fred' is a different string than
> "fred".

They are, from a maintenance point of view. I've seen it go bad often
with changes like

before:
  "user"
after:
  "[EMAIL PROTECTED]"

so I suggest to write q{user}, to make explicit that no expansion should
ever happen.

-- 
Affijn, Ruud

"Gewoon is een tijger."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to