in reply to Re^2: Unicode input for Win32::Console
in thread Unicode input for Win32::Console
But the module doesn't provide an interface to the Windows Console LastError function, so I can't see how to tell what error occurred.
Use the Perl built-in $^E to display the windows error code or text.
I'll try to take a look at this later.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Unicode input for Win32::Console
by Sue D. Nymme (Monk) on Oct 25, 2011 at 19:02 UTC | |
by BrowserUk (Patriarch) on Oct 25, 2011 at 20:40 UTC |