use Config; if( $Config{ useithreads } eq 'define' ) { ## compiled with ithreads require threads; threads->import; require threads::shared; threads::shared->import } else { ## not }