Hi,
Please help me.
I am tryinhg to run an external command on DOS using perl script.
Backtics do not work.
General syntax of the command is:
bl2seq -p programname -i firstfilename -j secondfilename -o
<outputfilenanme>
which in my program is :
C:\\xxx\\xxx\\xxx\\bl2seq\\bin\\bl2seq -p blastp -i C:\\xxx\\xxx\\xxx\\xx\\FH1 -j C:\\xxx\\xxx\\xxx\\xxx\\FH2 -o C:\\xxx\\xxx\\xxx\\xxx\\FH1.txt");
I am trying to call this using system();
Please help me.
Thanks,
perldoubt