
rovf
Veteran
Oct 14, 2011, 1:23 AM
Post #2 of 2
(569 views)
|
|
Re: [cuboidgraphix] Can there be multiple operators for a telnet prompt?
[In reply to]
|
Can't Post
|
|
whenever it prompts different operators ???? I guess you mean "prompting characters", whenever you say "operators". The argument to "Prompt" is a regexp, so you can define whatever your prompt may look light. Further, note that perldoc Net::Telnet says:
The default Prompt is '/[\$%#>] $/' So the default already includes % and >. If this is to coarse-grained, you can, of course, refine this.
|