ok, this is what I have tried but I got and internal system error msg like this "An internal system error has occurred which prevents us from responding to your request. "
------------- start of script--------------
use Algorithm::Numerical::Shuffle;
Shuffle @baccarat = (1,2,3,4,5,6,7,8,9,10,j,Q,K);
print "$baccarat[9]\n";
----------end of script-------------------------

----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <beginners@perl.org>
Sent: Sunday, March 09, 2008 5:54 PM
Subject: Re: how and where to install module


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/





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


Reply via email to