Help for this page

Select Code to Download


  1. or download this
    using PERLEZHANDLE = System.IntPtr;
    
    ...
      }
    
    }
    
  2. or download this
    #use strict;
    require DynaLoader;
    ...
      # An exception occurs on the next line.
      return "Hello Perl World." . $code_ref->();
    }