how to set value in perl using system cmd -


We can set the value in the batch file so that I am experiencing a problem using the system CMD in Perl code. The previously tried command:

  system ("(one set = 10) and% echo% acho)";   

I'm expecting a print of Wall 10. I do not know anything about windows batch files but googling: if you have a batch file < Code> cmd.bat :

  @echo closed set one = 10 echo% a%   

and then perl script From

  system ('cmd.bat');   

Or maybe this is not what's for you

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -