$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-03-09 14:29:36
Hmmm - now I want to ammend my answer.
I think your approach IS on the right track. Your
usage of maps assures that content of the strings
is compared rather than whether the strings are
the SAME string.
So I would suggest something likethe following