Reputation: 478
how do i set environment variable in perl on a remote machine?
I ssh into the remote machine and then try tu set environment variable through export command. But it does not set environment variable
`ssh -2A [email protected]`;
`export someEnv=no`;
Upvotes: 1
Views: 164