Hi,

itshardtogetone wrote:
> 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. 
>   

[snip]

That 500 error is what the web browser is reporting to you? Can you let
us know what /var/log/apache2/error.log (or something similar) says?
That is usually more verbose and will give a more precise error.

And yes, it could be that the server did not have this script installed
-- are your client machine (the one where you tested it) and the web
server the same machine? So, the script works fine as a stand-alone script?

Ray

PS: If you are not the system administrator and cannot access error.log,
you should ask for read permission -- really helps in debugging.




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


Reply via email to