12345678
#!/usr/bin/perluse warnings;use strict;my (@Datum) = (localtime(time))[3,4];print join("-", @Datum);