Daemon configuration for Apache

2004-04-24 Thread amrahsa
Hi All, I want to write a daemon in Linux which would be calling my perl script to read some apache configuration when the System boots up. Here is what i am doing 1) When the system boots up I found in which run level System boots up and go to corresponding directory e.g. /etc/rc.d

Re: Can't locate object method error

2004-04-24 Thread david
John Fisher wrote: > > I am installing a fresh Bugzilla using Template Toolkit and the GD > graphics libraries. where did you install it? > ( yes I asked a similar question at the BZ list, too ) > I get this error, > plugin error - Can't locate object method "load" via package > "Bugzilla::Tem

Re: What does this command do: "|-"

2004-04-24 Thread david
Shilpa Arvind wrote: > HI, > > I have started learning PERL recently. I wanted some explaination > regarding the following command. > > open(FILE, "|-") > Perl implicitly forks a child process. the FILE file handle is opened with write access in the parent process. what the parent process wri