$agent->field("COMMENT", join("\n", "$ARGV[4]"));
You're not even using the variable $form_comments in this line, and I don't see any connection to $ARGV[4] at all. (Why do you access @ARGV in a CGI script anyway? CGI.pm should take care of this.)
So either you have a simple thinko, or you're not showing the relevant part of the script.
Update: this: join("\n", "$ARGV[4]") is just the same as $ARGV[4], because "$ARGV[4]" is a scalar, thus join will do nothing to it.
In reply to Re: WWW::Mechanize help
by moritz
in thread WWW::Mechanize help
by ZimCS
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |