We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
VBScript or Perl?
|
| Subject: |
|
Why not JScript? |
| Date: |
|
2003-12-01 13:44:39 |
| From: |
|
anonymous2
|
Response to: Why not JScript?
|
|
You are wrong. JScript support in WSH is not limited. Prototype-based inheritance does work.
For WSH I tend to use .wsf files and mix JScript and Perl. I like using JScript's exception handling especially when using COM objects. If I need to spawn a process I prefer to use Perl to open a pipe instead of using the WshScriptExec object.
|