Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: perl and VB

by CubicSpline (Friar)
on Aug 01, 2002 at 13:14 UTC ( [id://186769]=note: print w/replies, xml ) Need Help??


in reply to perl and VB

Not sure if you're meaning a "visual basic" script (they're exes) or if you're meaning run a "vbscript". Either way, you could run either from within Perl using the system() call.

Examples:
 $return_code = system("MyVBProgram.exe"); #VB complied program

 $return_code = system("cscript MyVBScript.vbs"); #VBScript

~CubicSpline
"No one tosses a Dwarf!"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://186769]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-20 05:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found