Wednesday, December 19, 2001, 4:38:03 PM, Ryan Guy wrote: > I want to get a consensus here. Do you think one liners are faster than > more extensive programs. Discuss.
they're both perl they're both using the same interpreter they're both doing the same job if they're executing the same code, bar a little bit of white space, then they're going to take the same amount of time to run... having said that, it's almost always faster to *write* something verbose than it is to craft a finely-tuned perl golf style one-liner. -- Best Regards, Daniel [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
