The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending. /* -*- c -*- */ #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #include "ppport.h" #include <libxml/xmlreader.h> #include <stdlib.h> #include <ctype.h> #include <string.h> /* このモジュールの至る所で sv_2mortal している理由は、エラー処理を * croak に任せている為。定命でなければエラー時にメモリリークが