Hello, Am using win32::serial port module for serial communication in perl . from cpan i come to see the read & write operation can be performed using file handle
$PortObj = tie (*FH, 'Win32::SerialPort', $Configuration_File_Name) || die "Can't tie using $Configuration_File_Name: $^E\n"; i can't understand what is Configuration_file_name ? how to create it and use it , can any help me about this configuration file name -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/