in reply to How to run a shell script from a Perl program?

This is rather another question, I am trying call abc.sh from a perl program which has this: ---
echo enter your name: read a echo enter your last name read b echo your name is $a echo your last name is $b
--- how do I achieve this. Cant change abc.sh though

Originally posted as a Categorized Answer.