in reply to Re: Re: Re: running a perl script via Shell() in MS-Access
in thread running a perl script via Shell() in MS-Access

found it me thinks...seems to work by having silly Microstiff quoting like so:
stAppName = """D:/Sirsi/Perl/Bin/perl5.6.0.exe"" " + " c:/work/abc.pl" Call Shell(stAppName, 1)
Hope it works for you now