in reply to Re^2: How to fill textarea of a webpage fetched using WWW::Mechanize::Firefox ?
in thread How to fill textarea of a webpage fetched using WWW::Mechanize::Firefox ?

See the documentation of the ->value method in WWW::Mechanize::Firefox:

$mech->value( $textarea, 'BUY GENERIC VIAGRA' );

Replies are listed 'Best First'.
Re^4: How to fill textarea of a webpage fetched using WWW::Mechanize::Firefox ?
by strawperl (Initiate) on May 10, 2015 at 16:50 UTC
    This worked. Gracias!
Re^4: How to fill textarea of a webpage fetched using WWW::Mechanize::Firefox ?
by strawperl (Initiate) on May 10, 2015 at 16:52 UTC

    This worked. Gracias!