Thanks,
Ok, I have successfully installed Algorithm::Numerical::Shuffle using the activestate PPM.
I am using windowsXP.
I have installed Perl in c:\perl

So how do I use the above installed "shuffle" module to shuffle the list below :-
@cards = (1,2,3,4,5,6,7,8,9,10);

Thanks

----- Original Message ----- From: "yitzle" <[EMAIL PROTECTED]>

If you are using ActiveState Perl, there should be some PMM or PPM
tool it installes. (Perl Module Manager?)
Otherwise, you can use the CPAN shell:
$ perl -MCPAN -e shell
install Algorithm::Numerical::Shuffle


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to