Perlhacktips

PERLHACKTIPS(1) Perl Programmers Reference Guide PERLHACKTIPS(1)

Perlhacktips

PERLHACKTIPS(1) Perl Programmers Reference Guide PERLHACKTIPS(1) # PERLHACKTIPS(1) Perl Programmers Reference Guide PERLHACKTIPS(1) NNAAMMEE # perlhacktips - Tips for Perl core C code hacking DDEESSCCRRIIPPTTIIOONN # This document will help you learn the best way to go about hacking on the Perl core C code. It covers common problems, debugging, profiling, and more. If you haven't read perlhack and perlhacktut yet, you might want to do that first. CCOOMMMMOONN PPRROOBBLLEEMMSS # Perl source now permits some specific C99 features which we know are supported by all platforms, but mostly plays by ANSI C89 rules. ...