#!/usr/bin/perl
use Crypt::Random;
use Crypt::Random::Generator;
my $gen = new Crypt::Random::Generator Strength => 0;
print $gen->integer(Upper => 100), $/;
####
#!/usr/bin/perl
use Tk;
use Net::SFTP;
my $sftp = Net::SFTP->new('localhost');
####
"makerandom" is not exported by the Crypt::Random module
"makerandom_itv" is not exported by the Crypt::Random module
"makerandom_octet" is not exported by the Crypt::Random module
Can't continue after import errors at /usr/local/share/perl/5.8.2/Crypt/Random/Generator.pm line 12
BEGIN failed--compilation aborted at /usr/local/share/perl/5.8.2/Crypt/Random/Generator.pm line 12, line 1.
Compilation failed in require at /usr/local/share/perl/5.8.2/Crypt/Random.pm line 18, line 1.
BEGIN failed--compilation aborted at /usr/local/share/perl/5.8.2/Crypt/Random.pm line 18, line 1.
Compilation failed in require at ../Crypt-DH-0.03/lib//Crypt/DH.pm line 6, line 1.
BEGIN failed--compilation aborted at ../Crypt-DH-0.03/lib//Crypt/DH.pm line 6, line 1.
Compilation failed in require at ../Net-SSH-Perl-1.25/lib//Net/SSH/Perl/Kex/DH1.pm line 13, line 1.
BEGIN failed--compilation aborted at ../Net-SSH-Perl-1.25/lib//Net/SSH/Perl/Kex/DH1.pm line 13, line 1.
Compilation failed in require at ../Net-SSH-Perl-1.25/lib//Net/SSH/Perl/Kex.pm line 6, line 1.
BEGIN failed--compilation aborted at ../Net-SSH-Perl-1.25/lib//Net/SSH/Perl/Kex.pm line 6, line 1.
Compilation failed in require at ../Net-SSH-Perl-1.25/lib//Net/SSH/Perl/SSH2.pm line 6, line 1.
BEGIN failed--compilation aborted at ../Net-SSH-Perl-1.25/lib//Net/SSH/Perl/SSH2.pm line 6, line 1.
Compilation failed in require at ../Net-SSH-Perl-1.25/lib//Net/SSH/Perl.pm line 51, line 1.