perl -MHTTP::Simple -e'getprint(shift)' 'https://example.com' use HTTP::Simple; my $content = get 'https://example.com'; if (mirror('https://example.com', '/path/to ...