Help for this page

Select Code to Download


  1. or download this
    $PortObj->error_msg(1);
    $PortObj->user_msg(1);
    
  2. or download this
    my $count_out = $PortObj->write($output_string);
    warn "write failed\n" unless $count_out);
    warn "write incomplete\n" if $count_out != length($output_string);