Hello!
I am not a programmer and never seen Perl. I was given a task to write perl script that executes UNIX/Windows command with options and arguments collected from stdin.
$Command=command;
while input_arg ne DONE
{
$commandLineSoFar= echo $Command [space] $optionWithArg
}
execute $Command...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.