- or download this
$ perl ic.pl
test
Hello Ingy
- or download this
#!/usr/bin/perl -w
use lib '/usr/share/perl5/Module/Install';
...
void greet(char* name) {
printf("Hello %s\n", name);
}
- or download this
$ perl ic.pl
test
Undefined subroutine &main::greet called at ic.pl line 5.