Help for this page

Select Code to Download


  1. or download this
    use DBI;
    use POE;
    
    ...
            print $key;
        }
    }
    
  2. or download this
    my @threads;
    for my $i (1..2) {
      push @threads, threads->create(\&testsub, $dbh->clone());
    ...
            print $key;
      }
    }