On Wed, Nov 21, 2007 at 09:11:25AM +0000, Stuart A. Yeates wrote: > In Perl you can have a line of code that looks like: > > @result = (dothis $foo, $bar); > > which could be either of: > > @result = (dothis($foo), $bar); > @result = dothis($foo, $bar); > > And the correct choice can vary each time the line is executed.
Even worse, if you would like to compile Perl to a stand-alone executable, it generally has to carry the whole Perl interpreter inside because of the eval construct. -- Petr "Pasky" Baudis We don't know who it was that discovered water, but we're pretty sure that it wasn't a fish. -- Marshall McLuhan _______________________________________________ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/