[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Re: Avoid File-Spec-0.8



On Sat, Mar 25, 2000 at 04:01:55PM -0500, Paul Schinder wrote:
> OK, now I know why.  It's using 5.005 only regex features, just like 
> CPAN.  The same "change $ to \z in the name of security" patching got 
> this as well.

The pre-5.005 equivalent to \z is (?!\n)$.  [$(?!\n) will not work because
some versions will see $( as a variable.]

Ronald

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org