Nicolas Rochelemagne

First name
Nicolas
Last name
Rochelemagne
Nickname
atoomic
Country
United States of America
City
Houston
Company
cPanel
PAUSE ID
atoomic
GitHub
atoomic
PM group
Houston.pm SLC.pm
Perl version
🐪 Perl 5
Bio
perl lover and dancer

Talks submitted by Nicolas Rochelemagne

Overloading Perl OPs using XS — 45 minutes; accepted — August 9 (Fri), Room $, 12:30

Several CORE functions can be overloaded using CORE::GLOBAL:: override, but sometimes it’s not possible and XS is the alternate option to mock some Perl OPs. You are going to learn how to mock Perl OPs in XS and replace them by some convenient Pure Perl helpers using the FileCheck operators -X.