Michael P wrote: > Is there really any benefits using scripted languages besides not having to compile? Yes, it's called flexibility, dynamicism, whatever. With interpreted languages you can do all things at runtime which must be done before compilation. With compiled languages all these things must be done at compile time, or before... ;-) Regards, Frank