Help for this page

Select Code to Download


  1. or download this
    async sub fetch {
    my $loop = IO::Async::Loop->new;
    ...
      ...
      return $processed_data
    }
    
  2. or download this
    # main
    use ModuleA;
    ...
       my $dataB = ModuleB->new()->give_me_data();
       return ...
    }