Help for this page

Select Code to Download


  1. or download this
    use Win32::API;
    
    ...
      my ($a, $b) = @_;
      return $a ** $b;
    }
    
  2. or download this
    C:\_32\pscrpt\embed>power
    Can't load module Win32::API, dynamic loading not available in this pe
    +rl.
    ...
    Compilation failed in require at power.pl line 1.
    BEGIN failed--compilation aborted at power.pl line 1.
    Undefined subroutine &main::expo called at power.pl line 1.