#!/usr/bin/perl use strict; use warnings; while (1) { print "enter cmd: "; unless (my $c = <STDIN>) { last; } else { system( "ssh 127.0.0.1 $c" ); last; } }
In reply to Re: System call to ssh stalling.
by Khen1950fx
in thread System call to ssh stalling.
by yoda54
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |