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