Thread Win2k Quellen (21 answers)
Opened by esskar at 2004-02-20 01:37

esskar
 2004-02-21 02:08
#12300 #12300
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
mir ist zu ohren gekommen, dass die bei MS auch perl programmieren...
solch ein script könnte z.B. so aussehen

Code: (dl )
1
2
3
4
5
6
# PERL Script - returns day of the week
# Monday is 1
# Sunday is 7
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
if ($wday == 0) {$wday=7;}
exit ($wday);


PS: Munich knows it! :)\n\n

<!--EDIT|esskar|1077322388-->

View full thread Win2k Quellen