Yes, I was using a regular expression, not a rules. =-)
Patrick R. Michaud wrote:
On Wed, Dec 29, 2004 at 08:09:10PM -0500, William Coleda wrote:
I'd like to get Tcl's [namespace] implemented, but this will be very
difficult until I can do:
$P0 = split "::+", $S0
or something equivalent with PGE.
On Wed, Dec 29, 2004 at 08:09:10PM -0500, William Coleda wrote:
> I'd like to get Tcl's [namespace] implemented, but this will be very
> difficult until I can do:
>
> $P0 = split "::+", $S0
>
> or something equivalent with PGE.
Nudge noted. At the moment I've been holding off on progressing to
I'd like to get Tcl's [namespace] implemented, but this will be very difficult
until I can do:
$P0 = split "::+", $S0
or something equivalent with PGE.