in reply to Re^3: textarea entries
in thread textarea entries

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

Replies are listed 'Best First'.
Re^5: textarea entries
by jZed (Prior) on Feb 23, 2005 at 19:41 UTC
    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.