I need to perform a scheduled backup of my MySQL database.
My web hosting service can run PHP and Perl scripts at chosen hours, so I've decided I would make a Perl script that would call mysqldump.
But in the first line of the Perl script I should put the location of the perl interpreter like #!/usr/bin/perl in Linux.
I didn't find the perl file in my / directory (I have cgi-bin directory).
What should I put in this path?