2

Is there a POE module that identifies PnP events in Windows? If yes, could someone provide idea code snippet?

brian d foy
  • 129,424
  • 31
  • 207
  • 592
dan
  • 885
  • 2
  • 9
  • 18

1 Answers1

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