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 applications

SYNOPSIS

sample [options] [file ...]

Options:

   --ident              show identification
   --help               brief help message
   --verbose            verbose information

OPTIONS

--verbose

More verbose information.

--version

Print a version identification to standard output and exits.

--help

Print a brief help message to standard output and exits.

--ident

Prints a program identification.

file

Input file(s).

DESCRIPTION

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

AUTHOR

Johan Vromans <jvromans@squirrel.nl>

COPYRIGHT

This programs is Copyright 2006,2003, Squirrel Consultancy.

This program is free software; you can redistribute it and/or modify it under the terms of the Perl Artistic License or the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.