Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Perl by WatchDog ( 18 years ago )
unless(defined($row->{email})) {
unless(defined($scratch->{daily_sms}->{$row->{Day}}->{$row->{oadc}})){
$scratch->{daily_sms}->{$row->{Day}}->{$row->{oadc}} = 1;
}else{
$scratch->{daily_sms}->{$row->{Day}}->{$row->{oadc}}++;
}
}else{
unless(defined($scratch->{daily_online}->{$row->{Day}}->{$row->{email}})){
$scratch->{daily_online}->{$row->{Day}}->{$row->{email}} = 1;
}else{
$scratch->{daily_online}->{$row->{Day}}->{$row->{email}}++;
}
}
Revise this Paste