Net::NetSend

Perl extension for sending Windows Popup Messages
Download

Net::NetSend Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Florian Greb
  • Publisher web site:
  • http://search.cpan.org/~greb/

Net::NetSend Tags


Net::NetSend Description

Perl extension for sending Windows Popup Messages Net::NetSend is a Perl module that implements a client interface to the Windows Messenger Service, enabling a perl5 application to talk to Windows machines.This is a pure Perl implementation that approximates the "net send" command on Windows.SYNOPSIS use Net::NetSend qw(:all); my $target_netbios_name; my $source_netbios_name = "mypc"; my $target_ip = "192.168.0.1"; my $message = "Hello World!"; my $debug = 0; $target_netbios_name = getNbName($target_ip, $debug); if(!$target_netbios_name){ die "No netbios name found: $@ "; } my $success = sendMsg($target_netbios_name, $source_netbios_name, $target_ip, $message, $debug); print ($success ? "Delivery successfull " : "Error in delivery! $@ "); Requirements: · Perl


Net::NetSend Related Software