Given a string that looks like this: my $str = 'fname=Foo&lname=Bar&email=foo@bar.com'; Create a hash where the keys are fname, lname, email
Follow me: