in reply to Accessing RSS feeds using perl

GET'ing the page should work just fine .. LWP::Simple makes this, well, simple ;)
perl -MLWP::Simple -e 'getprint "http://www.traffic.com/feeds/rss_atla +nta.xml"'