in reply to Invalid value for shared scalar -while assigning object value to array - In Threads

Where for each targets I am doing telnet and returning telnet handle and storing it in the global array.

Why are you storing the handle in the global array, what do you hope to accomplish ?

  • Comment on Re: Invalid value for shared scalar -while assigning object value to array - In Threads

Replies are listed 'Best First'.
Re^2: Invalid value for shared scalar -while assigning object value to array - In Threads
by gjoshi (Sexton) on Oct 16, 2015 at 10:31 UTC
    its a legacy program and need that global var :)

      its a legacy program and need that global var :)

      :) but it doesn't work :D