Help for this page

Select Code to Download


  1. or download this
      return grep { $self->level( $level ) } $self->channels;
    
  2. or download this
      return $self->level($level) ? $self->channels : () ;