The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl -w
# (>>>FILE<<<) --- (>>>DESC<<<)
# Author: (>>>USER_NAME<<<) <(>>>AUTHOR<<<)>
# Created: (>>>CDATE<<<)
# Version: 0.01

use warnings;
use strict;

(>>>POINT<<<)

__END__

=head1 NAME

(>>>FILE<<<) - Describe the usage of script briefly

=head1 SYNOPSIS

(>>>FILE<<<) [options] args

      -opt --long      Option description

=head1 DESCRIPTION

Stub documentation for (>>>FILE<<<), 

=head1 AUTHOR

(>>>USER_NAME<<<), E<lt>(>>>AUTHOR<<<)E<gt>

=head1 COPYRIGHT AND LICENSE

Copyright (C) (>>>YEAR<<<) by (>>>USER_NAME<<<)

This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.2 or,
at your option, any later version of Perl 5 you may have available.

=head1 BUGS

None reported... yet.

=cut