prev <<
Using use
>> next
use VERSION;
use 5.8.0;
The program requires this or a higher version of Perl.
file: examples/003_version.pl
1:
use 5.8.0;
2:
use threads;
3:
...