Help for this page

Select Code to Download


  1. or download this
    use strict;
    use threads;
    ...
       use threads::shared;
       %cfg::thash : shared = ();
    }
    
  2. or download this
    use strict;
    use threads;
    ...
    # Don't need no "package cfg", since we're
    # specifying cfg:: in the variable name.
    %cfg::thash : shared = ();