The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Net::SOCKS"

Net::SOCKS - a SOCKS client class River stage one • 1 direct dependent • 3 total dependents

my $sock = new Net::SOCKS(socks_addr => '192.168.1.3', socks_port => 1080, user_id => 'the_user', user_password => 'the_password', force_nonanonymous => 1, protocol_version => 5); To connect to a SOCKS server, specify the SOCKS server's hostname, por...

CLINTDW/SOCKS-0.03 - 19 May 1998 13:12:20 UTC - Search in distribution

Net::Async::SOCKS - some degree of SOCKS5 proxy support in IO::Async River stage zero No dependents

Currently provides a very basic implementation of SOCKS_connect: $loop->connect( extensions => [qw(SOCKS)], SOCKS_host => 'localhost', SOCKS_port => 1080, host => '1.2.3.4', port => 80, )->then(sub { my ($stream) = @_; $stream->write("GET / HTTP/1.1....

PEVANS/Net-Async-SOCKS-0.003 - 03 Apr 2018 11:36:50 UTC - Search in distribution

Net::Inspect::L5::Socks - handles empty connections River stage zero No dependents

This class is usually used together with Net::Inspect::L5::GuessProtocol to detect and ignore empty connections. It provides a "guess_protocol" method which returns a new object if the connection is closed and no data were transferred....

SULLR/Net-Inspect-0.330 - 19 Jan 2018 18:25:59 UTC - Search in distribution

Net::SC - perl module for create the chain from the SOCKS/HTTP proxies. River stage one • 4 direct dependents • 4 total dependents

CONSTRUCTOR new TIMEOUT - Time Out in seconds. CHAIN_LEN - Length of chain. DEBUG - Debug level ( 0x00 | 0x01 | 0x02 | 0x04 ) 0x00 - Off 0x01 - Debug On 0x02 - Write all answers of socks servers. 0x04 - Write all requests of socks servers. 0x08 - Ext...

GOSHA/Net-SC-1.22 - 14 Nov 2009 15:56:57 UTC - Search in distribution

CPAN - query, download and build perl modules from CPAN sites River stage three • 53 direct dependents • 522 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

yada - Yet Another Download Accelerator CLI wrapper River stage zero No dependents

Employs AnyEvent::Net::Curl::Queued to download a set of URLs in batch mode (parallelizing connections). Downloading the same file in the same directory will result in the original copy of file being preserved and the second copy being named file.1. ...

SYP/AnyEvent-Net-Curl-Queued-0.049 - 07 Apr 2021 07:02:55 UTC - Search in distribution

perl58delta - what is new for perl v5.8.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were already seen in the 5.6.1 maintenance release since the two releases were kept closely coordinated (while 5.8.0 was still called ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Endoscope - Dig into the guts of a live Perl program River stage zero No dependents

Endoscope is an endoscope <https://en.wikipedia.org/wiki/Endoscope> for live Perl programs. It provides dynamic run-time introspection of Perl variables at arbitrary locations in the program. Think of it like inserting "say Dumper($foo)" at *just* th...

BTYLER/Endoscope-0.002 - 13 Jan 2020 20:43:31 UTC - Search in distribution

Mojo::IOLoop - Minimalistic event loop River stage four • 943 direct dependents • 1041 total dependents

Mojo::IOLoop is a very minimalistic event loop based on Mojo::Reactor, it has been reduced to the absolute minimal feature set required to build solid and scalable non-blocking clients and servers. Depending on operating system, the default per-proce...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

BZ::Client - A client for the Bugzilla web services API. River stage zero No dependents

DJZORT/BZ-Client-4.4004 - 20 Jan 2021 15:46:03 UTC - Search in distribution

AMF::Connection - A simple library to write AMF clients. River stage zero No dependents

I was looking for a simple Perl module to automate data extraction from an existing Flash+Flex/AMS application, and I could not find a decent client implementation. So, this module was born based on available online documentation. This module has bee...

AREGGIORI/AMF-Connection-0.32 - 04 May 2012 18:03:00 UTC - Search in distribution

Task::POE::All - All of POE on CPAN River stage zero No dependents

This task contains all distributions under the POE namespace....

APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC - Search in distribution

Net::Async::HTTP - use HTTP with IO::Async River stage two • 24 direct dependents • 28 total dependents

This object class implements an asynchronous HTTP user agent. It sends requests to servers, returning Future instances to yield responses when they are received. The object supports multiple concurrent connections to servers, and allows multiple requ...

PEVANS/Net-Async-HTTP-0.49 - 06 Jun 2023 16:56:44 UTC - Search in distribution

Net::OSCAR - Implementation of AOL's OSCAR protocol for instant messaging (for interacting with AIM a.k.a. AOL IM a.k.a. AOL Instant Messenger - and ICQ, too!) River stage one • 1 direct dependent • 2 total dependents

TODDR/Net-OSCAR-1.928 - 07 Oct 2010 14:34:40 UTC - Search in distribution

Net::Config - Local configuration data for libnet River stage five • 155 direct dependents • 10294 total dependents

"Net::Config" holds configuration data for the modules in the libnet distribution. During installation you will be asked for these values. The configuration data is held globally in a file in the perl installation tree, but a user may override any of...

SHAY/libnet-3.15 - 20 Mar 2023 19:15:53 UTC - Search in distribution
  • libnetFAQ - libnet Frequently Asked Questions

POE::Component::IRC - A fully event-driven IRC client module River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC is a POE component (who'd have guessed?) which acts as an easily controllable IRC client for your other POE components and sessions. You create an IRC component and tell it what events your session cares about and where to connect...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC - Search in distribution

HTTP::Any - a common interface for HTTP clients (LWP, AnyEvent::HTTP, Curl) River stage zero No dependents

IMPORT I recommend placing using HTTP::Any in a separate module which should be used from any point of your project. Why would not make a simple one-line connection? Because of better flexibility and an option to replace the modules used. For example...

KNI/HTTP-Any-1.05 - 17 Jul 2023 09:43:41 UTC - Search in distribution

HTTP::Curl - HTTP interface for Net::Curl (clone of HTTP::Any::Curl) River stage zero No dependents

Curl use Net::Curl::Easy; use HTTP::Curl; my $easy = Net::Curl::Easy->new(); my ($is_success, $body, $headers, $redirects) = HTTP::Curl::do_http($easy, $url, $opt); or my $cb = sub { my ($is_success, $body, $headers, $redirects) = @_; ... }; HTTP::Cu...

KNI/HTTP-Curl-1.06 - 17 Jul 2023 09:43:52 UTC - Search in distribution

Net::SIP::SDP - Parsing and manipulation of SDP data for SIP River stage one • 1 direct dependent • 1 total dependent

Net::SIP::SDP can parse and manipulate SDP data. It's not a general purpose SDP class (like Net::SDP) but designed to work with SDP data contained in SIP packets and for easy extraction and manipulation (for NAT etc) of media information contained in...

SULLR/Net-SIP-0.836 - 12 Jul 2023 17:40:33 UTC - Search in distribution

IO::Socket::DNS - IO::Socket like interface using DNS to access an IO::Socket::DNS::Server backend. River stage zero No dependents

I originally used this module for my own purposes and never intended to show anyone, but there have been so many requests that I've decided to release it to the public. Have you ever been away from your home with your computer and needed to use the I...

BBB/IO-Socket-DNS-0.021 - 19 Jul 2012 23:29:09 UTC - Search in distribution
29 results (0.055 seconds)