Help for this page

Select Code to Download


  1. or download this
    my $iAddNum = Win32::API->new('Arithmetic','addNumbers','NN','N');
    
  2. or download this
    my $iAddNum = Win32::API->new('Arithmetic','addNumbers','NN','N')
        or die("dll import: $^E\n");