Help for this page

Select Code to Download


  1. or download this
    # $module is the module you're checking for
    print "module $module is ", eval("require $module") ?
        "present\n" : "absent\n";