Help for this page

Select Code to Download


  1. or download this
    $fetch->() for 1 .. 2;
    # or
    ...
    # or
    $fetch->();
    $fetch->();
    
  2. or download this
    $fetch->() for 1 .. 1;
    # or
    $fetch->();
    
  3. or download this
      ### my $end = $delay->begin;
      ...
        ### $end->();
    
  4. or download this
    #!/usr/bin/env perl
    
    ...
    #$fetch->(1);
    #$fetch->(2);
    $delay->wait;