On Wed, 8 Oct 2008, Dirk Stöcker wrote: > ($lon,$lat,$last) = /\(\d+,(\d+\.\d+),(\d+\.\d+),.+,(\d+)\)/ Ooops, Vorzeichen vergessen :-) ($lon,$lat,$last) = /\(\d+,([-\d]+\.\d+),([-\d]+\.\d+),.+,(\d+)\)/ Ciao -- http://www.dstoecker.eu/ (PGP key available)