in reply to How to run a shell script from a Perl program?
--- how do I achieve this. Cant change abc.sh thoughecho enter your name: read a echo enter your last name read b echo your name is $a echo your last name is $b
Originally posted as a Categorized Answer.
|
|---|