Help for this page

Select Code to Download


  1. or download this
    sub get_blogs {
        my ($self, $c, $page) = @_;
    ...
        }
        [ $blog, scalar (@$replies), $ret ];
    }
    
  2. or download this
    $blogs = [ # blog list
      [ # first blog
    ...
        ...
      ],
    ]; # end of blog list