i migrating plugin linux windows.
plugin written using perl , has function called system() execute shell commands.
but migrating windows now. way can run linux command in windows using system() per function?
some perl module avail ?
you can run system() command there caveats. nice description contained in using system or exec safely on windows. article resulted in win32::shellquote module.
Comments
Post a Comment