dan
dan

Reputation: 905

How can I identify Windows PnP events with Perl's POE?

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

Upvotes: 2

Views: 126

Answers (1)

Ether
Ether

Reputation: 53976

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.

Upvotes: 1

Related Questions