#!/usr/bin/perl # This is a sample script to test CPAN use strict; use Mail::Send; my $VERSION = 0.1; print "Hello, world! This is version $VERSION of the sample upload script!\n"; =head1 NAME Sample - a sample script indicating the format of a single-file script upload to CPAN =head1 DESCRIPTION This script does very little. =head1 README If there is any text in this section, it will be extracted into a separate README file. =head1 PREREQUISITES This script requires the C module. It also requires C. =head1 COREQUISITES CGI =pod OSNAMES any =pod SCRIPT CATEGORIES CPAN/Administrative Fun/Educational =cut