"Kevin Hundley" <[EMAIL PROTECTED]> writes: > The code does exactly what I want. However, I get the following message > (when the perl -w option is enabled): > Use of uninitialized value at (eval 11) line 17. > .... > Is this message something I should just live with (or turn off the -w > option)? Or is this a minor bug in the CGI module? Or, being a newbie to > Perl, am I doing something else wrong? Older versions of CGI.pm had a minor bug where included scripts triggered this warning. It's been fixed in the newer versions, so try upgrading your copy of CGI.pm to the most recent version. I suspect the problem will then just disappear. + Richard -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]