#!/usr/local/bin/perl use LWP::Simple; my $url = 'https://www.exmaple.org'; print get $url;