Subject: | [PATCH] $[ |
Date: | Sat, 10 Sep 2011 10:01:36 +0100 |
To: | bug-Classic-Perl [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
Attached patch adds support for $[, recently removed from blead.
The C:P implementation of $[ is lexically scoped, as the core's has been
since Perl 5.000, and works by invoking Array::Base and String::Base.
These don't (and can't) perfectly match the core's $[ semantics, but
they'll match for simple stuff.
The C:P support for $[ is triggered by the Perl version number being at
least 5.15.3. You need to modify that to test against current blead,
but it'll be correct when applied to released perls.
-zefram
Message body is not shown because sender requested not to inline it.