Net::DNS bgsend

2005-12-18 Thread Rose, Jeff
Hi all, Im trying to query 8 internal dns servers at the same time and make sure that there are at least 2 A records for the Specified device, but I cant seem to get reliable results, I could do it by sending a query to each server and waiting but that takes quite some, whereas using Net::DNS->bgs

Removing specific lines from a File

2005-10-20 Thread Rose, Jeff
I know there is a better way to go about this but for some reason the solution escapes me. Basically what I am trying to do here is parse through an email file grab the the basics, from/to/subject put those in a small text tab separated database in the format of File NumRecipients From FromIP

Sorting hash of hashes

2005-10-06 Thread Rose, Jeff
I have been trying to sort a hash but I cannot figure it out for the life of me The hash is in the form: my %message { messageid { From=> To=> T

RE: Use of uninitialized value

2005-09-09 Thread Rose, Jeff
Possibly use my $value = get_value_from_external_program || "defaultvalue"; -Original Message- From: Beast [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 11:28 PM To: beginners@perl.org Subject: Use of uninitialized value When using use warnings; I receive this error msg?