Win32::API::OutputDebugString - Perl wrapper for the OutputDebugString on Win32 Platforms
use Win32::API::OutputDebugString qw(OutputDebugString DStr); OutputDebugString("Foo bar", "baz\n"); # sends Foo barbaz\n to the debugger DStr("Foo bar", "baz\n"); # Same
Wrapper for the OutputDebugString Win32 API.
It contains two identical functions (OutputDebugString and DStr) which join their args an send them to the eponymous Win32 Api.
DStr is meant to just save some typing.
None by default.
Win32::API::OutputDebugString::OutputDebugString
Win32::API::OutputDebugString::DStr
Alessandro Forghieri alf@orion.it
GPL or Artistic License.
The Windows API documentation; perl(1)
.