Hi,
Looking at the script below which when uploaded into my homepage in 
wave.prohosting.com, and when I ran the script, I got an error which says 
"Error 500 Internal Server Error ".  

After several debugging, I realised that if I comment-out the shuffle-module 
(#use Algorithm::Numerical::Shuffle qw /shuffle/; ), it works without errors. 

So what is the problem? 
What must I do to use this shuffle module? 
Could it be that the server did not install the "shuffle module"?
How do I make use of this shuffle module without asking the host to install 
this shuffle mmodule?
Thanks

### basically, the script is like this ################

#!/usr/bin/perl
use strict;
use warnings;
use Algorithm::Numerical::Shuffle qw /shuffle/;

print "Content-type: text/html\n\n";
print "hello world\n";

Reply via email to