This document summarizes Abram Hindle's presentation on C Perl, Inline::C, XS, and Perl guts. The presentation covers how to use Inline::C to write Perl subroutines in C, the basic data types and functions for manipulating scalars, arrays, and hashes from C using the Perl API, and how to integrate C code into Perl using XS. It provides examples for Inline::C and discusses where to find documentation and help.