Thread Addition (3 answers)
Opened by Gast at 2006-08-30 16:09

Gast Gast
 2006-08-30 16:09
#69433 #69433
Hallo,
wie kann ich eine Addition durchführen, wo die erste(n) Zahl(en) eine 0 ist?

Bsp:

$Inhalt = 03.01.0000.0001;

my @array=split(/\./,$Inhalt);
#print $array[3];

$Inhalt2 = $array[3];

print $Inhalt2 + 1;

--> Jetzt sollte die Variable $Inhalt2 0002 sein...

danke schon mal

View full thread Addition