--- Curtis Poe <[EMAIL PROTECTED]> wrote:
> ################################
> package CGI::Safe;
> ################################
> $VERSION = 1.0;
> use strict;
> use Exporter;
> use vars qw/ @ISA @EXPORT_OK /;
> @ISA = qw/ CGI Exporter /;
> @EXPORT_OK = qw/ get_upload /;
Duh. Minor side note: I edited this so only the relevant code appears. As a result,
I edited
out the "use CGI" line. My @ISA array isn't going to do a heck of a lot of good
letting me
inherit from a module I didn't use.
Sigh.
Cheers,
Curtis Poe
=====
Senior Programmer
Onsite! Technology (http://www.onsitetech.com/)
"Ovid" on http://www.perlmonks.org/
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]