Router::Boom::Node(3) |
User Contributed Perl Documentation |
Router::Boom::Node(3) |
sub as_arrayref {
my ($self) = @_;
[$self->key, [map { $_->as_arrayref }
@{$self->children}], $self->leaf]; }
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc.
|