I am using Notepad++ with plugin NPPExec
for running Perl scripts on MS windows.
like:
cmd/c perl script.pl arg1 arg2
Is it possible to do the same using wine on Linux calling the native Perl interpreter.
I tried the below link it seems it only works for GUI applications.
7.5 How do I associate a native program with a file type in Wine?
For command line output (console ouput) I am getting below error like:
fixme:shell:IShellBrowser_fnOnViewWindowActive stub, 0x1387b8 (0x155a78)
fixme:exec:SHELL_execute flags ignored: 0x0000000c
Is there any workaround for this?