Help for this page

Select Code to Download


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