I know that you can monitor resources (disk, etc.) from Perl. One thing that I've noticed is that none of the resource monitoring modules/scripts/etc. don't have options for monitoring printer queues. Is there some way to hack together a module to monitor print queues and their attributes? I've been looking at the Win32::Perf library, but, again, I didn't see anything that had to do with the printer queues. I (of course) have been unable to come across any information that discusses the WindowsNT printing structure (I only know what I've read in the primers and beginning WinNT books). Personally, I think a blocking routine in Perl (similar to the RPC.pm module from Advanced Perl Programming) would be a perfect utility to monitor printer queues, mainly because it doesn't block for very long. If you need to block longer (possibly to read and possibly identify the data going to print), Perl, again provides a nice setup to allow for variable blocking times. Any tips/hints/leads/etc. would be greatly appreciated.