#!/usr/bin/perl use Data::Dumper; use LWP::Simple; use URI; use strict; my $allOutfile = "braindamage.atom.xml"; my $ericOutfile = "braindamage-ericOnly.atom.xml"; my $mattOutfile = "braindamage-mattOnly.atom.xml"; my $outServer = "http://www.modtwo.com/braindamage/"; my @urls; my %entries; open(ALL, ">$allOutfile") or die "Unable to open $allOutfile: $!"; open(ERIC, ">$ericOutfile") or die "Unable to open $ericOutfile: $!"; open(MATT, ">$mattOutfile") or die "Unable to open $mattOutfile: $!"; my $content = get("http://www.2600.com/braindamage/matt/") . get("http://www.2600.com/braindamage/"); foreach(split /\n/, $content) { chomp; next unless(/