Help for this page

Select Code to Download


  1. or download this
    for my $counter( GLOBALSTATE->{LOOPCOUNT} .. 1000 ) {
        IsSomethingElseReadyToRunYet();
    ...
        ## Stuff we might get around to doing next time through...maybe
    }