ZimCS has asked for the wisdom of the Perl Monks concerning the following question:
This will store all the lines of text into a string, correct? I then have $form_comments passed using submit to another script where it scrapes another website and enters $form_comments by using:my $form_comments = $query->param('comments');
When I do this, only the first line of my $form_comments is actually filled into the box. Does anyone know why this may be happening? ($form_comments when being passed using submit turns into $ARGV4]) Thanks in advance!$agent->field("COMMENT", join("\n", "$ARGV[4]"));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Mechanize help
by moritz (Cardinal) on Aug 19, 2008 at 20:53 UTC | |
by ZimCS (Novice) on Aug 19, 2008 at 20:59 UTC | |
by moritz (Cardinal) on Aug 19, 2008 at 21:08 UTC | |
by ZimCS (Novice) on Aug 20, 2008 at 15:12 UTC | |
by moritz (Cardinal) on Aug 20, 2008 at 15:17 UTC | |
by ZimCS (Novice) on Aug 20, 2008 at 15:40 UTC | |
by moritz (Cardinal) on Aug 20, 2008 at 15:47 UTC |