Hello Perl gurus, I'm hoping someone here can provide a solution since I'm stuck.
I'm trying to send TL1 commands resembling "RTRV-ALM-ALL;" (the simplest command you can send as an example here) via Net::SSH::Expect but they keep getting interpolated before even reaching the TL1 device. I predictably receive: Argument "$command" isn't numeric in subtraction (-) at then it gives me my directory. I think the solution lies in sending unicode e.g. chr(073) for ";" and chr(055) for "-" both of which are required to send the command and tell the TL1 device to process it. Suggestions, anyone? Amanda