in reply to Re^4: LWP post method, mutliple parameters
in thread LWP post method, mutliple parameters

This code confused me in the post() method.
[ name => value, name2 => value ]
Is that an arrayref with hash values?

use strict; use CGI;