mayanksri1989 has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to pass a string $t containing % , / , > and some alphanumeric characters to a subroutine of WWW::Mechanize
$mech->field("myValue", $t);I get an error: "Error POSTing -NameOfURL- : Internal Server Error"
Please help!
Sample string to pass: MA%an34/S>t3
|
|---|