OS2::REXX - access to DLLs with REXX calling convention and REXX runtime.
Load REXX DLL $dll = load OS2::REXX NAME [, WHERE]; NAME is DLL name, without path and extension. Directories are searched WHERE first (list of dirs), then environment paths PERL5REXX, PERLREXX, PATH or, as last resort, OS/2-ish search is performed i...
XSAWYERX/perl-5.32.0 - 20 Jun 2020 20:38:54 UTC
OS2::DLL - access to DLLs with REXX calling convention.
Create a DLL handle $dll = OS2::DLL->module( NAME [, WHERE] ); Loads an OS/2 module NAME, looking in directories WHERE (adding the extension .dll), if the DLL is not found there, loads in the usual OS/2 way (via LIBPATH and other settings). Croaks wi...
XSAWYERX/perl-5.32.0 - 20 Jun 2020 20:38:54 UTC
2
results (0.05 seconds)