Thread strftime: problem mit einstelligem Tag (10 answers)
Opened by galaxy at 2006-04-13 13:49

sid burn
 2006-04-14 21:34
#64911 #64911
User since
2006-03-29
1520 Artikel
BenutzerIn

user image
[quote=renee,13.April.2006, 21:19]
Code: (dl )
my $string = substr($string,1) if($string =~ /^0/)
[/quote]
Folgendes finde ich etwas leichter:

Code: (dl )
$string =~ s/^0//;


EDIT:
Ups, taulmarills Posting überlesen.\n\n

<!--EDIT|sid burn|1145036304-->
Nicht mehr aktiv. Bei Kontakt: ICQ: 404181669 E-Mail: perl@david-raab.de

View full thread strftime: problem mit einstelligem Tag