I have a web page call a perl script then it changes a file and then I want to call a javascript to display the info in the file. Is there a way I can call that javascript from my perl program or return something so the web page knows when to call the javascript?
Thanks, I'm new to perl sorry if this is an obvious question.