tnx to all, jetzt geht es. gerhard
----- Original Message ----- From: "Dirk Stöcker" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, October 08, 2008 4:54 PM Subject: Re: [Talk-de] PERL RE 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) -------------------------------------------------------------------------------- > _______________________________________________ > Talk-de mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/talk-de > _______________________________________________ Talk-de mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk-de

