I have this perl script (hello.pl)
print "Hello from ActivePerl!\n";
If I call it in TCC it runs OK but if I try to use it in a btm script (hello.btm) I get error 'perl510.dll not found'.
btm script looks like this
%@perl[print "Hello world!\n";]
TCMD.INI is configured to use PERL Regular Expression Syntax under the Advanced tab and perl510 is installed. This is on Windows7.
print "Hello from ActivePerl!\n";
If I call it in TCC it runs OK but if I try to use it in a btm script (hello.btm) I get error 'perl510.dll not found'.
btm script looks like this
%@perl[print "Hello world!\n";]
TCMD.INI is configured to use PERL Regular Expression Syntax under the Advanced tab and perl510 is installed. This is on Windows7.