[...] my $tag = `/bin/date +"%s"`; chomp($tag); my $datum = `/usr/bin/expr $tag / 86400`; chomp($datum); [...]