This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add memBEGINPs() to core and use it
authorKarl Williamson <khw@cpan.org>
Tue, 25 Apr 2017 02:27:24 +0000 (20:27 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 6 Nov 2017 19:50:06 +0000 (12:50 -0700)
commitde62715824b6848c0aabf63dab4e7bcdc9945f9f
tree31c0022d32bb88c5d89ed9c39560d6525cf0ce52
parent8a0832a10f1561764283c17de01fc2ebf3097e09
Add memBEGINPs() to core and use it

This macro is like memBEGINs(), but the 'P' signifies we want a proper
substring, meaning that the 2nd string parameter must not be the entire
first parameter.
ext/attributes/attributes.xs
handy.h
toke.c