Help for this page
#!/usr/bin/perl -w ##use strict; ... void greet(SV* sv_name) { printf("%s\n\n", SvPV(sv_name, PL_na)); }
Bareword "C" not allowed while "strict subs" in use at c.pl line 3. BEGIN not safe after errors--compilation aborted at c.pl line 3.