- #!/usr/bin/perl -w
- # This is a test with uses 5 processes to insert, update and select from
- # two tables.
- # One inserts records in the tables, one updates some record in it and
- # the last 3 does different selects on the tables.
- # Er, hmmm..., something like that :^)
- # Modified to do crazy-join,