or download this
use LWP::Simple;
use XML::Simple;
my $zipcode = shift;
print XMLin(get 'http://beta1.accuweather.com/beta1/dtwx_curcon.asp?uf
+db='. XMLin(get 'http://beta1.accuweather.com/beta1/dtwx_initiali
+ze.asp?zipcode='.$zipcode)->{Location}->{UFDB})->{Temperature};