RE: Perl and visual Basic

2005-04-14 Thread Bob Showalter
DiGregorio, Dave wrote: > Could anyone help me? I need to start a PERL script from within my > visual basic program. I have tried the shell command without > success. To further compound the problem I also want to provide > command line parameters. I don't know VB, but I'm assuming the shell c

RE: Standalone Perl apps in Win32(was RE: Perl and Visual Basic)

2002-05-03 Thread Timothy Johnson
There's Perl2exe, but that's about it. It's kind of a specialized field... -Original Message- From: Paul Weissman [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 2:14 PM To: [EMAIL PROTECTED] Subject: Standalone Perl apps in Win32(was RE: Perl and Visual Basic)

Standalone Perl apps in Win32(was RE: Perl and Visual Basic)

2002-05-03 Thread Paul Weissman
; Sent: Friday, May 03, 2002 10:21 AM > To: John Brooking; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: Perl and Visual Basic > > > I am going to go on the same assumption (ActivePerl) and recommend > PerlCtrl from the PDK. With a couple of minor modifications to the

RE: Perl and Visual Basic

2002-05-03 Thread DeBaets, Kirk
PROTECTED]] Sent: Friday, May 03, 2002 8:25 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Perl and Visual Basic I'm assuming you are using ActivePerl. In ActiveState's Perl Dev Kit (sold separately, $129), there is a utility to package an ActivePerl script into a stand-alo

Re: Perl and Visual Basic

2002-05-03 Thread John Brooking
I'm assuming you are using ActivePerl. In ActiveState's Perl Dev Kit (sold separately, $129), there is a utility to package an ActivePerl script into a stand-alone Windows executable. I've only tried the free 7-day trial version, but it seems to work pretty well, including wrapping up any extra mo

RE: Perl and Visual Basic

2002-05-03 Thread Tucker, Ernie
How about Having the VB button link to Perl on your server and run? Ernest P. Tucker II Network Technician -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 7:09 AM To: [EMAIL PROTECTED] Subject: Perl and Visual Basic Good day; I

Re: Perl and Visual Basic

2002-05-03 Thread Ahmed Moustafa
[EMAIL PROTECTED] wrote: > Good day; Hello, > I have developed some useful Perl scripts.. Users want a VB front-end > to run these scripts. > What do I need to do, such that something like this could work (i.e.: > User presses a command button, which then launches a Perl script- data > sent t

Re: Perl and Visual Basic

2002-02-05 Thread Jenda Krynicky
From: Ben Crane <[EMAIL PROTECTED]> > Perls useful approach to string/txt processing is > something I would like to incorporate into a Visual > Basic Application. I am going to be using the VB > program to analyze HTML pages and want to highlight > various tags (that can also be