PLS No copy and paste Need LL original
- The advantages of a modular approach
- The disadvantages of a modular approach
- Why the company might consider using modules from the Comprehensive Perl Archive Network (CPAN)
- How code reuse can be used and if you would consider reusing code
- Identify modules from CPAN that can support a graphical user interface (GUI), network protocol, and database adapters. In your analysis, demonstrate how these modules will make interacting with the system more human-friendly in support of maintaining servers in the data center.
- Describe how you will practically interact with CPAN to install the modules that you have identified.
- Provide the syntax to make your own custom module that lends itself to being reused. Because the company is focused on managing servers, you might consider a module based on the following examples, but you are free to make your own:Executes system commands to retrieve system metrics like CPU utilization
- Reads information from a flat file and then inserts into a database
- Connects to a database and retrieves reporting information