#!C:\perl\bin\perl.exe -w use strict; use LWP::Simple; use Data::Dumper; use Statistics::Descriptive; my $buch_stat = Statistics::Descriptive::Full->new(); my $gore_stat = Statistics::Descriptive::Full->new(); my $counties = "counties.dat"; use constant URL => 'http://www.cnn.com/ELECTION/2000/results/FL/'; my $url_data = get( URL ); my @data = split /\n/, $url_data; open OUT, ">$counties" or die $!; foreach my $line ( @data ) { print OUT "$1|$2\n" if $line =~ /