Thread happy birthday mailer (18 answers)
Opened by mika at 2011-02-02 22:49

mika
 2011-02-03 20:02
#145304 #145304
User since
2010-10-02
168 Artikel
BenutzerIn

user image
Es werden nur Monat und Tag verglichen.

Code (perl): (dl )
1
2
3
...
next if (substr($date->string,5,5) ne substr($today->string,5,5)) {
...

Gibt es hier auch eine Perl eigene Funktion die das wie folgt machen würde:
Code: (dl )
strcmp($date->string,$today->string,5,5)

Oder ein Regex?

mika
Last edited: 2011-02-03 20:20:03 +0100 (CET)

View full thread happy birthday mailer