Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: mention a non-installed module in script

by Anonymous Monk
on Jun 15, 2011 at 06:49 UTC ( [id://909729]=note: print w/replies, xml ) Need Help??


in reply to mention a non-installed module in script

site:perlmonks.org Win32::SerialPort Device::SerialPort $^O
Platform-independent Serial Port code
Accessing Serial port on windows and Linux
use Perl::OSType qw' is_os_type '; use if is_os_type('Windows'), qw' Win32::SerialPort '; use if not is_os_type('Windows'), qw' Device::SerialPort ';

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://909729]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-18 18:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found