in reply to Re: help with perl variables
in thread help with perl variables
my $CONNECTCOMMAND1 = "$SSHCOMMAND -ssh $USERNAME1\@$HOST1 -pw $PASSWORD1";
push (@CONNECTCOMMANDS, "$CONNECTCOMMAND1");
Furthermore, the idiomatic tic of stringizing something that is already a string, e.g., "$CONNECTCOMMAND1", while it does no harm, also serves no purpose except to be reliably irritating.
Give a man a fish: <%-{-{-{-<
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: help with perl variables
by davido (Cardinal) on Sep 03, 2015 at 14:54 UTC |