The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#! /usr/bin/env perl

open my $fh, '<:http', 'https://metacpan.org/recent' or die "Couldn't open metacpan/recent: $!";
print while <$fh>;