#!/usr/bin/perl -w use Inline C; use strict; hello_inline(); __END__ __C__ #include void hello_inline( ) { printf( "Hello World. Best Regards from Inline\n" ); }