This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
include info about Perl Mongers in perlfaq2 (from David H. Adler
[perl5.git] / pod / perlembed.pod
index 03c5507..3ea1736 100644 (file)
@@ -656,7 +656,7 @@ with L<perlfunc/my> whenever possible.
  #persistent.pl
 
  use strict;
use vars '%Cache';
our %Cache;
  use Symbol qw(delete_package);
 
  sub valid_package_name {
@@ -901,10 +901,10 @@ to see how Perl does this:
  #  define EXTERN_C extern
  #endif
 
- static void xs_init _((void));
+ static void xs_init (void);
 
- EXTERN_C void boot_DynaLoader _((CV* cv));
- EXTERN_C void boot_Socket _((CV* cv));
+ EXTERN_C void boot_DynaLoader (CV* cv);
+ EXTERN_C void boot_Socket (CV* cv);
 
 
  EXTERN_C void