Help for this page

Select Code to Download


  1. or download this
    use strict;
    use threads;
    ...
            print "$key does not exist in thread $tid\n";
        }
    }
    
  2. or download this
    a => foo in thread 0
    b => foo in thread 0
    ...
    d => undef in thread 0
    e => foo in thread 0
    f => foo in thread 0