Ports Search

Results 1,7911,800 of 5,824 for /net/.(0.007 seconds)
devel/IPC-Signal-1.00 (Score: 0.062004834)
IPC::Signal - Utility functions dealing with signals
IPC::Signal - Utility functions dealing with signals This module contains utility functions for dealing with signals.
devel/IO-MultiPipe-0.0.0 (Score: 0.062004834)
Check for errors when running a command through multiple pipes
Normally if a part of a pipe fails, depending on the location, it won't be detected. This breaks down a command involving pipes and runs each command separately. It uses open3 to run each chunk of the pipe. use IO::MultiPipe; my $pipes = IO::MultiPipe->new(); #This sets the pipe that will be run. $pipes->set('sed s/-// | sed s/123/abc/ | sed s/ABC/abc/'); if ($pipes->{error}){ print "Error!\n"; } #'123-ABCxyz' through the command set above. my $returned=$pipes->run('123-ABCxyz');
Configurator implementation with YAML
Implementation of Log::Dispatch::Configurator using YAML format.
devel/Module-List-0.003 (Score: 0.062004834)
Module 'directory' listing
This module deals with the examination of the namespace of Perl modules.
devel/POSIX-strptime-0.13 (Score: 0.062004834)
Perl interface to strptime(3)
Perl interface to strptime(3).
devel/Pid-File-Flock-0.08 (Score: 0.062004834)
PID file operations
PID file operations
devel/Pipeline-3.12 (Score: 0.062004834)
Pipeline - Generic pipeline interface
"Pipelines" are a mechanism to process data. They are designed to be plugged together to make fairly complex operations act in a fairly straightforward manner, cleanly, and simply.
devel/Shell-EnvImporter-1.07 (Score: 0.062004834)
Inherit different shell environments and restore previous
Shell::EnvImporter allows various kinds of shell scripts (csh, tcsh, bash, zsh and even perl) to be "sourced" into a Perl program. This module also allows restoration of the pre-sourced environment.
devel/Thrift-0.9.3 (Score: 0.062004834)
Perl interface to Thrift
Perl interface to Thrift.
devel/bossa-1.7.0.a (Score: 0.062004834)
Flash programmer for Atmel SAM microcontrollers
BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers designed as a replacement for Atmel's SAM-BA software. This version is a fork of the original project with some Arduino-specific patches applied that are unlikely to be accepted upstream.