cgi - Perl script run in some browsers but not others -


i have perl script running on webserver appears run fine browsers, not in others. on machine runs in firefox not in chrome or safari. on machine b runs in chrome not in firefox or safari. here screen shot of 2 browsers: enter image description here

any ideas why might happen?

the error showed inability locate json.pm in response doing use json; or require json;. install module using system's package manager.


Comments

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -