in reply to map <IF> to hash with replacement
%hash = map { $_=lc($_); s/<tag>//; s/<\/tag>//; $_ => 1 } <IF>;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: map <IF> to hash with replacement
by vit (Friar) on Feb 05, 2010 at 00:38 UTC | |
by GrandFather (Saint) on Feb 05, 2010 at 01:06 UTC | |
by almut (Canon) on Feb 05, 2010 at 00:45 UTC | |
by ikegami (Patriarch) on Feb 05, 2010 at 07:19 UTC | |
by jwkrahn (Abbot) on Feb 05, 2010 at 00:46 UTC | |
by vit (Friar) on Feb 05, 2010 at 01:06 UTC |