- or download this
$test_subscriptions->{"test_case-$j"} = ['news','updates','vols-annc']
+;
- or download this
$test_subscriptions->{"test_case-$j"} = [
'fname' => $lname,
...
'email' => $email,
'lists' => ['news','updates','vols-annc'],
];
- or download this
$test_subscriptions->{"test_case-$j"} = {
'fname' => $lname,
...
'email' => $email,
'lists' => ['news','updates','vols-annc'],
};