$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Cory Nelson (phrosty_at_[hidden])
Date: 2004-11-06 08:22:10
I'm trying to write a parser with elements that might not occur - is
this possible?
like:
string ['-' number]
that matches "foo" or "foo-123"
-- Cory Nelson http://www.int64.org