Help for this page
use diagnostics; use strict; use warnings; ... void greet(char* name) { printf("Hello %s!\n", name); }
C:\Documents and Settings\Nate\Desktop>perl -w crap.pl Couldn't find an appropriate DIRECTORY for Inline to use. ... at C:/Perl/lib/FindBin.pm line 0 INIT failed--call queue aborted, <DATA> line 1.