in reply to Re: execute vbscript code inline in Perl script
in thread execute vbscript code inline in Perl script

There are three ways to run an external program from perl.

There aren't just those three built in to Perl, e.g. there are piped opens, but even so I recommend a module instead.

  • Comment on Re^2: execute vbscript code inline in Perl script