RE: A little off topic - VB & Perl

2001-08-09 Thread Tim Noll
ust 09, 2001 2:07 PM To: Michael Carmody Cc: [EMAIL PROTECTED] Subject: RE: A little off topic - VB & Perl You can use the Shell function, according to my ancient VB 3.0 manual: Dim TaskId, Style TaskId = Shell ("perlscript.bat", Style) Simple? However: * You should also

RE: A little off topic - VB & Perl

2001-08-09 Thread Busse, Rich
urse, all this could have changed in the past 8 years... -Original Message- From: Michael Carmody [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 08 August, 2001 22:22 To: [EMAIL PROTECTED] Subject: A little off topic. Having crafted my masterpiece in perl, I now need to get it to run from wi

Re: A little off topic.

2001-08-08 Thread Jim Conner
any VB/VBScript/JScript code. > > > >- Original Message - >From: "Michael Carmody" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, August 08, 2001 10:21 PM >Subject: A little off topic. > > > > Having crafted my mas

Re: A little off topic.

2001-08-08 Thread Rex Arul
: "Michael Carmody" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 10:21 PM Subject: A little off topic. > Having crafted my masterpiece in perl, I now need to get it to run from > within a VB script. > > (VB takes office file, convert

A little off topic.

2001-08-08 Thread Michael Carmody
Having crafted my masterpiece in perl, I now need to get it to run from within a VB script. (VB takes office file, converts to .csv, which perl scripts then parses, but poor secretary has to have excel doco to work on) So this is only in the interest of allowing perl to actually be used at