in reply to Re^2: map <IF> to hash with replacementin thread map <IF> to hash with replacement
Yes. Just like you normally go from top to bottom when the statements are written on separate lines:
{ $_=lc($_); s/<tag>//; s/<\/tag>//; $_ => 1 } [download]