- or download this
sub get_inbox {
...
$query->{after} = $param{after} if $param{after};
[... more code snipped ...]
}
- or download this
sub get_inbox {
my ($self, %param) = @_;
...
### I ADDED THIS CODE TO DEBUG:
print Dumper(\%param);
exit();
- or download this
$VAR1 = {
'ARRAY(0x7ffbb4ba2768)' => undef
};