- or download this
package Hello;
use Inline C => <<'END_C';
...
END_C
1;
- or download this
use strict;
use warnings;
...
END_C
say_goodbye();
- or download this
/Users/marvin/perltest/ $ perl hello_goodbye.pl
Greetings, earthlings!
Prepare to die!
/Users/marvin/perltest/ $
- or download this
marvin@linlin:~/perltest$ /usr/local/debugperl/bin/perl5.10.0 hello_go
+odbye.pl
/usr/local/debugperl/bin/perl5.10.0: symbol lookup error:
/home/marvin/perltest/_Inline/lib/auto/hello_goodbye_pl_f0b6/hello_goo
+dbye_pl_f0b6.so:
undefined symbol: say_hello
marvin@linlin:~/perltest$
- or download this
$ perl hello_goodbye.pl
/libexec/ld-elf.so.1: /usr/home/creamyg/perltest/_Inline/lib/auto/hell
+o_goodbye_pl_f0b6/hello_goodbye_pl_f0b6.so: Undefined symbol "say_hel
+lo"
$
- or download this
Index: lib/Lingua/Stem/Snowball.pm
===================================================================
...
+
# a shared home for the actual struct sb_stemmer C modules.
$stemmifier = Lingua::Stem::Snowball::Stemmifier->new;