On Tue Aug 17 21:46:38 2010, coke wrote:
> Here's a simple program if you're lazy and want to cut and paste
> something to test:
>
>
>
> sub recursion($a) {
> recursion($a)
> }
>
> recursion("see also");BTW, I am having a really hard time on moar making this crash. I added some debug output to show the number of invocations on moar. Got up to 10000000 invocations before I got bored and killed it. -- Will "Coke" Coleda
