#!/usr/bin/perl use strict; use warnings; my %feeds = ( example => "https://example.com/twtxt.txt", ); sub get_feeds { return %feeds; } 1;