#!/usr/local/perl/5.6.1.4/bin/perl -w use ConsistentSet "1.0.2"; # This finds the library Inline use Inline C => DATA => LIBS => '-lgin'; first(); __END__ __C__ #include #include "main.c" int first() { printf("Inside main()\n"); /* use a function from each object file that is in the library */ football(); ok(); big12(); return 0; }