in reply to Re: SSH to Unix and search files for string
in thread SSH to Unix and search files for string
and not:my ($host,$file) = split /:/,$spec,2;
;-)my ($host,$file) = split $spec,/:/,2;
to ask a question is a moment of shame
to remain ignorant is a lifelong shame
|
|---|