⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.35
Server IP:
97.74.87.16
Server:
Linux 16.87.74.97.host.secureserver.net 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
perl-Module-Load-Conditional
/
View File Name :
README
This is the README file for Module::Load::Conditional -- a way to conditionally load and query modules. Please type "perldoc Module::Load::Conditional" after installation to see the module usage information. ##################################################################### * Description Module::Load::Conditional Allows you to query the state of modules on your system. It can tell you if you have certain modules installed without attempting to C<use> them and can do smart loading of modules. Also it can tell you what *other* modules a certain module requires. ##################################################################### * Installation Module::Load::Conditional uses the standard perl module install process: perl Makefile.PL make make test make install The module uses no C or XS parts, so no c-compiler is required. ###################################################################### AUTHOR This module by Jos Boumans <kane@cpan.org>. COPYRIGHT This module is copyright (c) 2002 Jos Boumans <kane@cpan.org>. All rights reserved. This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.