Hello,
Using Perl 5.8 build 807 (UWinnepeg)
Win2k sp4, P4 2.0 Ghz, 512 RAM
I looked around CPAN-Google for a quick perl method of
generating Prime/Generator pairs for use with
Crypt::DH.
Crypt::Primes was OK, but didn't hook into
libgmp-3.dll.
It seems that no one except Sysiphus has worked on
t
> What is the best way to parse command line arguments so I can avoid
> Use of uninitialized value in string eq at program.pl at line xx
> There may be 0, 1 ,2
use GetOpt::Std; # for single-char options e.g. -s, -o=4
# or
use GetOpt::Long;# for POSIX-like options, e.g. --verbose 5, --noQu