Help for this page

Select Code to Download


  1. or download this
    use threads;
    use threads::shared;
    ...
        print "return 1: ".Dumper($tp->remove($id1));
        print "return 2: ".Dumper($tp->remove($id2));
    }
    
  2. or download this
    use threads;
    use threads::shared;
    ...
        print "return 1: ".Dumper($tp->remove($id1));
        print "return 2: ".Dumper($tp->remove($id2));
    }