Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
It gives an error that Win32::SerialPort has no FILENO method. Is there a way to get around this?my $serial = tie (*SD, 'Win32::SerialPort', $serial_config); my $serial_select = new IO::Select(); $serial_select->add(\*SD);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help using a tied filehandle from Win32::SerialPort in IO::Select
by BrowserUk (Patriarch) on Apr 13, 2007 at 13:40 UTC | |
|
Re: Help using a tied filehandle from Win32::SerialPort in IO::Select
by ikegami (Patriarch) on Apr 13, 2007 at 13:22 UTC | |
|
Re: Help using a tied filehandle from Win32::SerialPort in IO::Select
by Anonymous Monk on Apr 13, 2007 at 17:30 UTC |