The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

sample - skeleton for GetOpt::Long and Pod::Usage

SYNOPSIS

sample [options] [file ...]

 Options:
   --ident              show identification
   --help               brief help message
   --man                full documentation
   --verbose            verbose information

OPTIONS

--help

Print a brief help message and exits.

--man

Prints the manual page and exits.

--ident

Prints program identification.

--verbose

More verbose information.

file

Input file(s).

DESCRIPTION

This program will read the given input file(s) and do someting useful with the contents thereof.