Thank you again, but remember things you take for granted,
are very new to me. I have already humbled myself before you Monks.. I am as green as it gets. LOL
Explanation of using cgi.pm module. (as if I were a 4 yr old)
is it being used in the update code you mentioned?
or do I have to code use CGI.pm
The script I showed is how to do it. The line use CGI qw(:all) makes CGI.pm available in your script (you shouldn' specify the .pm part in a use statement) and makes all functions in the CGI.pm module available to you.