Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: execute vbscript code inline in Perl script

by slick.user (Acolyte)
on Sep 08, 2017 at 16:45 UTC ( [id://1198964]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        Dim num1, num2, final, str
        num1 = 30
    ...
        'MSGBOX str & final
        'WScript.Quit(final)
        Wscript.Echo final
    
  2. or download this
    my $final = qx("cscript out2.vbs");
    print STDOUT "Final: --> $final\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found