Help for this page

Select Code to Download


  1. or download this
    for (qw(strict warnings)) {
        print "using $_\n" if $INC{"$_.pm"};
    }