Hi, Monks:
Did a search and didn't come up with anything so I am asking you perl monks here.
How can I put a special character into a field name?
I am trying to automate a web form filling. But some of the field names contain character "$" or "@". When I try to fill the form like this: $mech->field(ab$cd => $value), the code can not do the job because perl think $cd is a variable.
Please help how I can get this done.
Thanks.
--neverminda