$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-02-18 12:16:09
> "(?:)|abc" and "^$|abc" seem to get around this deficiency, but I am
> wondering why it is there in the first place.
Remember also that:
|x is the same as x??
x| is the same as x?
John.