Help for this page
1) print "email: ${$self->{_product}}->[0]{EMAIL} \n"; 2) print "total: (scalar(keys %{$self->{_alllogins}}))\n"; 3) if ( ${$self->{_product}}->[0]{EMAIL} > (scalar(keys %{$self->{_al +llogins}})) ) {
1) my $allowable = scalar( ${$self->{_product}}->[0]{EMAIL}); 2) my $current = (scalar(keys %{$self->{_alllogins}})); 3) if ($current ge $allowable) {