ММ
Size: a a a
ММ
AK
VG
OP
VO
print $self->{chan} 'string'; ?R
VO
VG
VO
VO
Scalar found where operator expected at ./lib/ssh.pm line 35, near "->print $cmd"
(Missing operator before $cmd?)
VG
VO
my $c = $self->{chan};
print $c 'string;то все работает.VG
VO
VO
VG
VO
VO
my $c = $self->{chan};
print $c $cmd;
print $self->{chan} $cmd;VG
VO