Subject: | bug in c embeding perl 5.8.0 |
System: Linux 2.4.18 (Debian's dist.)
Distrib: Debian GNU/Linux 3.0 (woody)
Perl: v5.8.0 built for i386-linux-thread-multi
Desc: if you run 'man perl' and do the search for '4th' phrase, you surely get into 'Maintaining a persistent interpreter' chapter of manual page. There's an example described in this chapter - if you try to compile given c program, following output will apperar:
persistent.c: In function `main':
persistent.c:27: `my_perl' undeclared (first use in this function)
persistent.c:27: (Each undeclared identifier is reported only once
persistent.c:27: for each function it appears in.)
that bug is happening since P5.8, but it appears to not exist in P5.6