Title: Couple questions (alarm(), nested loops)

ok does ActiveState implement something like alarm() in the win32 version?

and if I have nested loops:

foreach $var(@vars){

        foreach $stuff (@stuffs){

        }

}

how do I make the second loop force the first loop to go to the next instance. I know next works in the first loop but if I do that in the second it only affects the second loop =(

Reply via email to