Does anybody knows why can't I run perl script through browser? Here's what the script does:
connects to mysql database, do the dumping, write dump file, zips it, send it to some e-mail address and then it deletes the file. The script has 777 mode set on it!
Bye