SSH connection

2008-02-13 Thread Aram Mirzadeh
Hello all, I'm trying to find a way to connect to a bunch of Cisco devices using Perl from Win32. Now I have been using Net::Telnet::Cisco and that has the ability to accept a SSH pty, but it doesn't look like Win32 has an equivalent connection. My solutions so far: 1) Use some sort of

Win32::OLE and hidden methods

2008-02-13 Thread Michael Ellery
Can Win32::OLE access methods/props marked as hidden in the IDL? There happens to be one property we have marked as such and I tried the naive thing: my $secret = $object-HiddenProperty ...and it was rejected. Is there some way to ask Win32::OLE to ignore the hidden attribute? TIA, Mike