RE: Info on reading COM ports

2006-01-08 Thread John Serink
Win32::Serialport -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rajesh Vattem Sent: Saturday, January 07, 2006 2:54 PM To: Perl-Win32-Users@listserv.ActiveState.com Subject: Info on reading COM ports Hi, I am looking for ways to read a

Re: Info on reading COM ports

2006-01-08 Thread Foo Ji-Haw
Rajesh Vattem wrote: Hi, I am looking for ways to read a COM port (USB and baud rate 115200). Can some one advise me which is the efficient way to do this. I don't think USB access is available yet. ___ Perl-Win32-Users mailing list

Re: Classes as modules?

2006-01-08 Thread Foo Ji-Haw
Thanks for your reply. But supposing I'm going to keep each class in it's own file, what is the advantage of making that file a module? Doesn't that just let me import the methods of the class into my own namespace, from another file? That would be weird - they're supposed to be methods