Thread Datum und Uhrzeit aus timestamp
(8 answers)
Opened by Tom at 2003-12-15 22:28
ich weiss nicht, was dir an folgender lösung nicht passt:
Code: (dl
)
my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($time); Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |