Quick tip:
If you don't want to worry about escaping stuff twice, you can use
Prompt => map("/$_/", qr/...any regexp.../)
as in
Prompt => map("/$_/", qr/\[ERX02#\]/)
You can even safely use modifiers like i and x on the qr//.
In reply to Re^2: login juniper ERX
by ikegami
in thread login to juniper ERX
by Mejaz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |