/etc/init.d/apache-perl is just a shell script that encapsulates common tasks. Read through it to see your other options.
You can also do the following:
- reload - same as 'apachectl graceful' (sends USR1 signal)
- restart - same as 'apachectl restart' (sends HUP signal)
- reload-modules - same as stop + start