Help for this page

Select Code to Download


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