suppose i have a variable in shell script like a="prashant"
and i want to assign this variable into another variable like b=$a,which is in perl script.after run perl script the value of b should be "prashant".
thanks in advance
and i want to assign this variable into another variable like b=$a,which is in perl script.after run perl script the value of b should be "prashant".
thanks in advance
Comment