MySQL Cookbook, by Paul Debois

High Performance MySQL, by Jeremy Zawodny and Derek J. Balling (O'Reilly)

Perl Cookbook, Second Edition, by Tom Christiansen and Nathan Torkington

Perl in A Nutshell: A Desktop Quick Reference , by Ellen Siever, et al.

Manpages

Manpages provide online reference and command information from the command line. Manpages are supplied with the HP XC system for standard HP XC components, Linux user commands, LSF commands, and other software components that are distributed with the HP XC system.

Manpages for third-party software components might be provided as a part of the deliverables for that component.

Using discover(8) as an example, you can use either one of the following commands to display a manpage:

$ man discover $ man 8 discover

If you are not sure about a command you need to use, enter the man command with the -koption to obtain a list of commands that are related to a keyword. For example:

$ man -k keyword

HP Encourages Your Comments

HP encourages comments concerning this document. We are committed to providing documentation that meets your needs. Send any errors found, suggestions for improvement, or compliments to:

docsfeedback@hp.com

Include the document title, manufacturing part number, and any comment, error found, or suggestion for improvement you have concerning this document.

Manpages 17