> > I ran my stack "OmniLotto" and generated 5000 random powerball games. Then > it ran. It .took over 30 minutes!!! > > I saved the 5000 gamelist and ran it through my PERLotto perl > script out to > "results.txt". > > It took only 1 second!!!!!!! > > What gives? Are my script routines way out of order? It certainly > seems so!
Probably. That seems very slow. What's the url for your stack again? Scripts that take a very long time generally do stuff like put something after a field in every repeat loop rather than build a variable then display at the end. Regards Monte _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
