hiding Win32::SerialPort->start( ... ) error messages
- From: "s.thoughts" <s.thoughts@xxxxxxxxx>
- Date: 19 Apr 2005 01:27:30 -0700
Hi,
I would like to stop reporting the error by start function to the
cmd.exe, and only have them in a message box.
The following code is not doing it (I still get the message in
cmd.exe):
$ConnectedSP = Win32::SerialPort->start( "$ConfigFile" ) || { $answer =
$mw->messageBox( -title => "Error",
-message => "$msg",
-icon => 'error',
-type => 'OK' )
};
Need your help please.
.
- Prev by Date: Re: How to render HTML as text (like lynx does) ?
- Next by Date: Re: How to render HTML as text (like lynx does) ?
- Previous by thread: How to render HTML as text (like lynx does) ?
- Next by thread: Compress::Bzip2 needs work
- Index(es):