in reply to Global symbol requires explicit package name
So, the quick fix with the code posted is to remove use strict; (and you might as well take out the -w while yer at it ...) but strict is good, so instead change the top to this:
However ... i personally don't use (or recommend using) CGI::ReadParse() - please use CGI::param() as graff instructed. And if you haven't gone through Ovid's free online Web Programming with Perl yet, then do so now. Good stuff.#!/usr/bin/perl -T use strict; use warnings; use CGI; use CGI::Carp qw(fatalsToBrowser); use Mail::Mailer; our %in; CGI::ReadParse(); # rest of script as posted
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
|
|---|