Is there a POE module that identifies PnP events in Windows? If yes, could someone provide idea code snippet?
Asked
Active
Viewed 118 times
1 Answers
1
No, but you can always write your own. POE is designed to be easily extendable.
The main module on CPAN for working with UPnP events is Net::UPnP.

Ether
- 53,118
- 13
- 86
- 159
-
1Plug&Play is something different from the collection of crap network protocols that is UPnP. – hillu Feb 06 '10 at 23:15
-
Damn Microsoft and their similarly-named protocols! *shakes fist* – Ether Feb 07 '10 at 01:28