$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2003-08-27 00:53:21
"Chris Cooney" <thatdidnthurt_at_[hidden]> wrote in message
news:Law9-OE293SpwBGpEI200000933_at_hotmail.com...
> [...]
> That was my problem - thank you.
The moral being:
Using anychar_p all by itself is usually a Bad Thing(TM)
That's because it's like the langoliers--it eats everything up.
You usually want to say what it shouldn't eat up by subtracting the
terminating character from the parser. I think this is a Spirit FAQ.
Dave