Re: run a perl script during system boot



chinzi wrote:
hey ..
how do i run a perl script at system boot???

Usually by creating an init script in /etc/rc.d/init.d or wherever your
system puts its init scripts, and running it at certain levels by default.


.