Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.605 Times

New Net freeware
Filter: All | Freeware | Demo
 

New Net

1 2 3 4 5 > 
Added: May 12, 2010 | Visits: 1.073

Net::eBay Net::eBay is a Perl Interface to XML based eBay API. SYNOPSIS This module helps user to easily execute queries against eBays XML API. Copyright Igor Chudov. ################################################## # For support, docs, info, email to author go to # # # #... Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): Net::eBay Download

Added: March 09, 2010 | Visits: 1.970

Net::DHCP::Packet Net::DHCP::Packet is a Perl module with object methods to create a DHCP packet. SYNOPSIS use Net::DHCP::Packet; my $p = new Net::DHCP::Packet->new( Chaddr => 000BCDEF, Xid => 0x9F0FD, Ciaddr => 0.0.0.0, Siaddr => 0.0.0.0, Hops => 0); Represents a DHCP packet as specified in RFC 1533,... Platforms: *nix

License: Freeware Size: 21.5 KB Download (110): Net::DHCP::Packet Download

Added: October 08, 2010 | Visits: 640

Net::XWhois Net::XWhois is a Whois Client Interface for Perl5. SYNOPSIS use Net::XWhois; $whois = new Net::XWhois Domain => "vipul.net" ; $whois = new Net::XWhois Domain => "bit.ch", Server => "domreg.nic.ch", Retain => 1, Parser => { nameservers => nserver:s+(S+), }; The Net::XWhois class... Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): Net::XWhois Download

Added: March 20, 2010 | Visits: 2.526

Net::SMTP::TLS Net::SMTP::TLS is an SMTP client supporting TLS and AUTH. SYNOPSIS use Net::SMTP::TLS; my $mailer = new Net::SMTP::TLS( your.mail.host, Hello => some.host.name, Port => 25, #redundant User => emailguy, Password=> s3cr3t); $mailer->mail(emailguy@your.mail.host);... Platforms: *nix

License: Freeware Size: 6.14 KB Download (295): Net::SMTP::TLS Download

Added: June 19, 2010 | Visits: 964

Net::Z3950::SimpleServer Net::Z3950::SimpleServer is a simple Perl API for building Z39.50 servers. SYNOPSIS use Net::Z3950::SimpleServer; sub my_search_handler { my $args = shift; my $set_id = $args->{SETNAME}; my @database_list = @{ $args->{DATABASES} }; my $query = $args->{QUERY}; ## Perform the query on... Platforms: *nix

License: Freeware Size: 28.67 KB Download (93): Net::Z3950::SimpleServer Download

Added: May 14, 2010 | Visits: 1.161

Net::AIM Net::AIM is a Perl extension for AOL Instant Messenger TOC protocol. SYNOPSIS use Net::AIM; $aim = new Net::AIM; $conn = $aim->newconn(Screenname => Perl AIM, Password => yaddayadda); $aim->start; This module implements an OO interface to the Aol Instant Messenger TOC protocol. This... Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): Net::AIM Download

Added: June 24, 2010 | Visits: 1.185

Net::CyanChat::Server Net::CyanChat::Server is a Perl interface for running a CyanChat server. SYNOPSIS use Net::CyanChat::Server; our $cho = new Net::CyanChat::Server ( host => localhost, port => 1812, debug => 1, ); # Start the server. $cho->connect(); # Loop. $cho->start(); Net::CyanChat::Server... Platforms: *nix

License: Freeware Size: 20.48 KB Download (102): Net::CyanChat::Server Download

Added: September 12, 2010 | Visits: 886

Net::CyanChat Net::CyanChat is a Perl interface for connecting to Cyan Worlds chat room. SYNOPSIS use Net::CyanChat; my $cyan = new Net::CyanChat ( host => cho.cyan.com, # default port => 1812, # main port--1813 is for testing proto => 1, # use protocol 1.0 refresh => 60, # ping rate (default) );... Platforms: *nix

License: Freeware Size: 20.48 KB Download (99): Net::CyanChat Download

Added: January 07, 2010 | Visits: 1.097

Net::Hotline::Client Net::Hotline::Client is a Perl library for the Hotline internet client. SYNOPSIS use Net::Hotline::Client; $hlc = new Net::Hotline::Client; $hlc->connect("127.0.0.1") $hlc->chat_handler(&Chat_Handler); $hlc->msg_handler(&Msg_Handler); $hlc->login(Login => "Steve", Password =>... Platforms: *nix

License: Freeware Size: 58.37 KB Download (109): Net::Hotline::Client Download

Added: July 18, 2010 | Visits: 1.084

Net::SynchroEdit::Service Net::SynchroEdit::Service is a Perl extension for SynchroEdit response service functionality. SYNOPSIS use Net::SynchroEdit::Service; my $conn = new Net::SynchroEdit::Service; $conn->connect("localhost", 7962, "root", "secret"); Net::SynchroEdit::Service provides a complete set of... Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Net::SynchroEdit::Service Download

Added: March 22, 2010 | Visits: 1.376

Net::Telnet::Netscreen Net::Telnet::Netscreen is a Perl module that interacts with a Netscreen firewall. Net::Telnet::Netscreen is mostly a pure rippoff of Net::Telnet::Cisco, with adaptations to make it work on the Netscreen firewalls. It also has some additional commands, but for basic functionality, see... Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): Net::Telnet::Netscreen Download

Added: September 05, 2010 | Visits: 850

Net::Server::POP3proxy Net::Server::POP3proxy is a Perl module with POP3 Proxy class for working with virus scanners and anti-spam software. SYNOPSIS use Net::Server::POP3proxy; # Constructors $popproxy = new Net::Server::POP3proxy( Action => sub { filterAction ($_[0]); }, Error => sub { die ($_[0]); }, Debug... Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): Net::Server::POP3proxy Download

Added: April 09, 2010 | Visits: 1.042

Net::Milter Net::Milter provides a masquerade as the MTA to communicate with email filters through a milter interface. SYNOPSIS use Net::Milter; my $milter = new Net::Milter; $milter->open(127.0.0.1,5513,tcp); my ($milter_version,$returned_actions_ref,$returned_protocol_ref) =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (100): Net::Milter Download

Added: May 25, 2010 | Visits: 740

Net:IPMessenger::ToStdoutEventHandler Net:IPMessenger::ToStdoutEventHandler is a Perl module for event handler for standard output. SYNOPSIS use Net::IPMessenger::ToStdoutEventHandler; ... $ipmsg->add_event_handler( new Net::IPMessenger::ToStdoutEventHandler ); IP Messenger receive event handler for standard output.... Platforms: *nix

License: Freeware Size: 12.29 KB Download (141): Net:IPMessenger::ToStdoutEventHandler Download

Added: March 10, 2010 | Visits: 765

Net::Z3950 Net::Z3950 is a Perl extension for talking to Z39.50 servers. WARNING You should not be using this module unless you need this precise API for compatibility reasons. New applications should use the ZOOM-Perl module (Net::Z3950::ZOOM) instead. SYNOPSIS (This code blocks in reads: see below... Platforms: *nix

License: Freeware Size: 88.06 KB Download (89): Net::Z3950 Download

Added: October 19, 2010 | Visits: 1.335

Net::UP::Notify Net::UP::Notify is a Perl module that can send "Net Alerts" to cellular phones with the "Unwired Planet" browser (AKA phone.com, AKA OpenWave UP.Browser). SYNOPSIS use Net::UP::Notify; $blah=new Net::UP::Notify; $blah->subscriberid("111111111-9999999_atlsnup2.adc.nexteldata.net");... Platforms: *nix

License: Freeware Size: 3.07 KB Download (109): Net::UP::Notify Download

Added: October 16, 2010 | Visits: 911

Net::FreeDB2::Connection Net::FreeDB2::Connection is a FreeDB/CDDB abstract connection class. Net::FreeDB2::Connection is an abstract class to represent connections to FreeDB/CDDB servers. After a successfull connection, FreeDB/CDDB queries, reads etc can be made to obtain/provide information from/to FreeDB/CDDB... Platforms: *nix

License: Freeware Size: 30.72 KB Download (107): Net::FreeDB2::Connection Download

Added: February 07, 2010 | Visits: 804

Net::Server::Mail::ESMTP::XFORWARD Net::Server::Mail::ESMTP::XFORWARD is a Perl module to add support to the XFORWARD command in Net::Server::Mail::ESMTP. SYNOPSIS use Net::Server::Mail::ESMTP; my @local_domains = qw(example.com example.org); my $server = new IO::Socket::INET Listen => 1, LocalPort => 25; my $conn;... Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): Net::Server::Mail::ESMTP::XFORWARD Download

Added: August 09, 2010 | Visits: 1.265

Net::DNS::Sendmail Net::DNS::Sendmail is a Simple Mail Transfer Mail Client with MX lookup. Which will basically act as a primitive sendmail MTA. SYNOPSIS use Net::DNS::Sendmail; # Constructors $smtp = Net::DNS::Sendmail->new(); $smtp->to("john@gmail.com, mary@yahoo.com, goliath@hotmail.com");... Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Net::DNS::Sendmail Download

Added: July 14, 2013 | Visits: 485

Net::SDP Net::SDP is an SDP (Session Description Protocol) parser and generator. Net::SDP is object oriented and a single instance of Net::SDP represents a single SDP session description. There are methods to easily get, set and create each of the fields in the session description. The classes... Platforms: *nix

License: Freeware Size: 20.48 KB Download (37): Net::SDP Download

1 2 3 4 5 >