in reply to Adding to Content on LWP Post

$response = $browser->content($poststring); # where $poststring = 'checkbox'=>\"1\"" etc....
Whatever... are you sure you don't want e.g.

# $poststring = ['checkbox'=> ...]

Also, IMHO you'd better use alternate delimiters so to avoid excessive and error-prone escaping.