> $a.=1while 1 How about:
$a++while 1 - This one is going to take a *little* longer to fill up your memory but given infinite time this should do just fine. ;) -- Marko P. O. Nippula
> $a.=1while 1 How about:
$a++while 1 - This one is going to take a *little* longer to fill up your memory but given infinite time this should do just fine. ;) -- Marko P. O. Nippula