perl program

  • Thread starter Thread starter luc
  • Start date Start date
You can instantiate a WSH object, and this can run Perl code if you down the
Perl addin.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Gentlemen,

What is Perl and what is WSH?

Jack Sons
The Netherlands
 
Perl is another programming language. I think it was developed for the Unix
jocks and has been ported across platforms.

http://www.perl.org/

WSH is windows script host model. It's a scripting language that comes with
various versions of windows and MSInternet Explorer.

http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28001169
(one line in your browser)

specifically:
http://msdn.microsoft.com/library/d...n-us/script56/html/wsoriWindowsScriptHost.asp
(still one line)

You can do lots of things pretty easily via scripts. And these can be
incorporated into your VBA code or even used as standalone scripts.

There are dedicated newsgroups for these, too.
 
We'll get onto Python next week<vbg>

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top