Thread Datum und Uhrzeit aus timestamp
(8 answers)
Opened by Tom at 2003-12-15 22:28 Code: (dl
)
my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($time); @esskar: was hast du an seinem code auszusetzen? perldoc Time::Local 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 |