in reply to Re^4: textarea entries
in thread textarea entries
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.