leek has asked for the wisdom of the Perl Monks concerning the following question:
The Call() function causes my command line to lock up. Any help on why this is happening and/or a solution is greatly appreciated. Thanks, Chris#!/usr/bin/perl use Win32::API; my $ZP4StartSession = new Win32::API("ZP4", "ZP4StartSession", [N], P) + || die Win32::FormatMessage(Win32::GetLastError); my $LLHandle = $ZP4StartSession->Call($LLHandle) || die Win32::FormatM +essage(Win32::GetLastError);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problems with Win32::API module
by shigetsu (Hermit) on Apr 30, 2007 at 20:31 UTC | |
by Anonymous Monk on May 01, 2007 at 12:48 UTC | |
by tye (Sage) on May 01, 2007 at 16:17 UTC |