open(CMDS, "file_of_commands"); while (<CMDS>) { chomp; # ssh -l username machine "$_"; }
In reply to Re: How do I execute a list of Unix commands from inside a perl program
by cleen
in thread How do I execute a list of Unix commands from inside a perl program
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |