Na gut 
Hab ich da gefunden 
Makki

Code:
use Time::Local; my $date = '23.10.2011 11:35:00'; my ($mday,$mon,$year,$hour,$min,$sec) = split(/[\s.:]+/, $date); my $time = timelocal($sec,$min,$hour,$mday,$mon-1,$year); return $time . " as unix timestamp is " . scalar localtime $time;

Makki
Kommentar