Hi All,
Perl newbie here. I have a conundrum that may be fairly simple to a veteran, but it is causing me grief.
What I have is four fields- Date, Time, Server Name, and Transaction ID.
I want to weed out the duplicate records that have ALL FOUR of these fields the same.
I already have...
I'm not following.
Isn't a daemon by its very nature, just a program that runs continually in the background? Thats all this is:
----------
#!/usr/bin/perl
## load required modules
use strict;
use POSIX qw(setsid);
use LWP::Simple;
## Define functions
sub daemonize {
chdir '/'...
Hi All:
I have worked with /etc/inittab on SCO, but apparently with AIX you should use the 'mkitab' command to add entries instead of just vi'ing the file.
I just need a daemon process (script called 'dpr_daemon') to kick off once and restart if it is ever killed.
After checking through...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.