Help for this page

Select Code to Download


  1. or download this
    async sub fetch {
       my ( $self, $params ) = @_;
    ...
    
       return \@data_received;
    }
    
  2. or download this
    async sub fetch {
       my ( $self, $params ) = @_;
    ...
    
       return \@data_received;
    }