in reply to Adding to Content on LWP Post
Whatever... are you sure you don't want e.g.$response = $browser->content($poststring); # where $poststring = 'checkbox'=>\"1\"" etc....
# $poststring = ['checkbox'=> ...]
Also, IMHO you'd better use alternate delimiters so to avoid excessive and error-prone escaping.
|
|---|