in reply to Re^2: connecting via SSH
in thread connecting via SSH

Check if you have the module Fcntl. I think it is installed with Perl by default. Btw, are you using Active State or Cygwin's Perl?

Igor 'izut' Sutton
your code, your rules.

Replies are listed 'Best First'.
Re^4: connecting via SSH
by nathanvit (Beadle) on Mar 14, 2006 at 16:38 UTC
    Yes, Fcntl is installed by default.
    As a matter of fact if i write into the prompt: perl -e "use Fcntl;" it doesn't give me errors....
    I use Active State distribution...
    Any suggestions?
    Thank you all!