in reply to Re^2: Extracting coordinates
in thread Extracting coordinates

my ($identifier, $coord1, $coord2) = split /\s+/, $line; # then you have $coord1 = '4930.2800', $coord2 = '-6590.5100'