Help for this page

Select Code to Download


  1. or download this
    9408: ITCREATE: thread handle:2ca0 thread-id: 3620x
    ...
    thread handle:2ca0 thread-id: 0x
    GetLastError output: '6'
    
  2. or download this
    
    
    ...
    
    RXD+ had been started on port 1600
    ...
    
  3. or download this
    use warnings;
    use threads stack_size => 4096;
    ...
    use File::Path;
    use Digest::SHA;
    ...
    
  4. or download this
        ...
        unless ($client = $lsn->accept) {
    ...
            next;
        }
        ...
    
  5. or download this
    
    my $fh;
    ...
    }
    
    close $fh;