Help for this page

Select Code to Download


  1. or download this
    !/usr/bin/perl
    use lib "/tmp/custom_module/";
    use warnings;
    use threads;       
    print $INC{'threads.pm'}."<<<< Source of threads\n";