[xmail] Re: Perl filters on Windows

2004-11-01 Thread Kevin Williams
> "c:\perl\bin\perl.exe"[TAB]"MyFilter.pl"[TAB]"@@FILE"...

This is what worked for me in the past.
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]



[xmail] Perl filters on Windows

2004-11-01 Thread Ladislav Sedivy
The docs says following about the syntax in FILTERS.POST-DATA.TAB:

"command"[TAB]"arg-or-macro"[TAB]...[NEWLINE]

If I wan to run a perl script (on Windows)should the "command" be:

"c:\perl\bin\perl.exe"[TAB]"MyFilter.pl"[TAB]@@FILE...
or
"c:\perl\bin\perl.exe MyFilter.pl"[TAB]@@FILE...

for some reason following line doesn't work:
"MyFilter.pl"[TAB]@@FILE...

even though .pl is correctly associated with perl.exe and executing 
MyFilter.pl from a command line works as expected.

Thanks,
Lac

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]