Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: SSH not working with TK

by veeruch (Sexton)
on Jul 11, 2006 at 10:07 UTC ( [id://560385]=note: print w/replies, xml ) Need Help??


in reply to Re^3: SSH not working with TK
in thread SSH not working with TK

it is wroking for TK
The problem occurs if you are running Crypt::Random version
1.13. The problem is fixed in version 1.25 (and maybe earlier, I don't know).
The following lines:

version 1.13

*import = \&Exporter::import; @EXPORT_OK = qw( makerandom makerandom_itv <br>makerandom_octet );
Should be changed to:

version 1.25
BEGIN { *import = \&Exporter::import; @EXPORT_OK = qw( makerandom makerandom_itv <br>makerandom_octet ); }

20060711 Janitored by Corion: Added formatting, code tags, as per Writeup Formatting Tips

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://560385]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-16 16:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found