[ Create a new account ]
foreach my $meth (keys %{$data}) { is($rr->$meth, $data->{$meth}, "$type - $meth() correct");}
Turning that intro $rr->$meth() made it happy. Is there some version of perl greater than or equal to 5.6.0 that wouldn't like that construct?
Get More Comments
Reply
Innnnteresting. 0 Comments More | Login | Reply /