Help for this page

Select Code to Download


  1. or download this
    #include <EXTERN.h>
    #include <perl.h>
    ...
      PERL_SYS_TERM();
    }
    
  2. or download this
    sub expo {
      my ($a, $b) = @_;
      return $a ** $b;
    }