![]() |
|
Just another Perl shrine | |
PerlMonks |
Re^3: convert to XMLby alexm (Chaplain) |
on Aug 13, 2009 at 15:35 UTC ( [id://788353]=note: print w/replies, xml ) | Need Help?? |
The value of [WRITER] is for [KEY] in the output. The perlop says that the right operand is not evaluated while the operator is in the "false" state, and the left operand is not evaluated while the operator is in the "true" state. Meaning that once /^\[(\w+)\]/ is true, it's not evaluated anymore, so $1 is still KEY when print is performed.
In Section
Seekers of Perl Wisdom
|
|