- or download this
package Testit;
require Exporter;
...
}
1;
- or download this
#! perl -w
use strict;
...
$thread->join();
exit(0);
- or download this
c:\test>test
$VAR1 = {
...
}
};
forthread called with argument: '1' at Testit.pm line 11.
- or download this
&{ 'Testit::forthread' }
- or download this
\ &{ 'Testit::forthread' }
- or download this
require $ref->{thread}{module} . '.pm';
...
},
$argument
);
- or download this
require $ref->{thread}{module} . '.pm';
...
do{ no strict 'refs'; \ &{ $subname } },
$argument
);