Find out what services are running on a win2k box from unix perl

2004-04-22 Thread Christopher Benson
I'm wondering if there is a way to find out what services are running on a win2k server from running a perl script on a unix host. Most the perl stuff I do is on Unix but I have a need at the moment to see that status of services (or running processes) on several servers. Is there a way to d

print to MAIL help

2004-03-19 Thread Christopher Benson
I'm wondering if there is a way where you can show the person's REAL name rather than just an email ID when sending an email from Perl. So here's a snip of what I have now... my $from_addr = "[EMAIL PROTECTED]"; open (MAIL, "|/usr/lib/sendmail -t"); print MAIL "To: $to_addr\n",