I need a simple Perlish solution to obtain the AS number for a specific hop in a route (read: I have an IP, I need its ASN, and I can use anything available in Perl to do it)
The problem arises from the fact that the code will be based on a Win32 platform running ActivePerl v5.8.0 built for MSWin32-x86-multi-thread so the usual 'use a tcp traceroute' isn't going to work right off.
I've searched Perlmonks and numerous other sites looking for a solution, but I have yet to come across one, so now I appeal to the monks and all their wisdom
Thanks in advance.