in reply to Re: Question on WxString (WxPerl) and WWW::Mechanize
in thread Question on WxString (WxPerl) and WWW::Mechanize

Thank you! I didn't know that. But I do put brackets and now I know why.
  • Comment on Re^2: Question on WxString (WxPerl) and WWW::Mechanize

Replies are listed 'Best First'.
Re^3: Question on WxString (WxPerl) and WWW::Mechanize
by Ash Rai (Acolyte) on Sep 12, 2007 at 17:44 UTC
    I'm working around this problem.
    I'm writing the WxString from textfield into a text file and then reading from the text file when I have to assign the value to form fields in WWW::Mechanize module! This way I avoid any direct contact with WxString during assignment.