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 49.594.018 Times

Subroutine freeware
Filter: All | Freeware | Demo
 

Subroutine

< 1 2 3 4 5 > 
Added: August 10, 2010 | Visits: 1.745

Javascript::Menu Javascript::Menu is a NumberedTree that generates HTML and Javascript code for a menu. SYNOPSIS use Javascript::Menu; # Give it something to do (example changes the menus caption): my $action = sub { my $self = shift; my ($level, $unique) = @_; my $value = $self->getValue; return...



Platforms: *nix

License: Freeware Size: 25.6 KB Download (96): Javascript::Menu Download

Added: February 27, 2010 | Visits: 721

Sub::Regex Sub::Regex is a Perl module to create synonymous subroutines. SYNOPSIS use Sub::Regex; sub /look(s|ing)?_for/ ($){ foobar blah blah } look_for(Amanda); looks_for(Amanda); looking_for(Amanda); lOoKiNg_fOr(Amanda); Sub::Regex is a small tool for users to create a subroutine with...





Platforms: *nix

License: Freeware Size: 2.05 KB Download (96): Sub::Regex Download

Added: March 06, 2010 | Visits: 774

Hook::Filter Hook::Filter is a runtime filtering layer on top of subroutine calls. SYNOPSIS Imagine you have a big program using a logging library that exports 3 functions called mydebug, myinfo and mywarn. Those functions generate far too much log, so you want to skip calling them except in some specific...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): Hook::Filter Download

Added: January 02, 2010 | Visits: 789

B::TerseSize B::TerseSize is a Perl module that prints information about ops and their (estimated) size. SYNOPSIS perl -MO=TerseSize[,OPTIONS] foo.pl The B::Size and B::TerseSize modules attempt to measure the size of Perl op codes. The output of B::TerseSize is similar to that of B::Terse, but includes...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): B::TerseSize Download

Added: March 03, 2010 | Visits: 1.306

IO::Pipe::Producer IO::Pipe::Producer is a Perl module that provides two modules getSubroutineProducer and getSystemProducer. SYNOPSIS # Module which provides 2 methods: getSubroutineProducer # and getSystemProducer. They take a subroutine reference # (with associated arguments) and a system call #...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): IO::Pipe::Producer Download

Added: January 14, 2010 | Visits: 939

Data::Startup SYNOPSIS ###### # Subroutine interface # use Data::Startup qw(config override); $options = override(%default_options, @option_list ); $options = override(%default_options, @option_list ); $options = override(%default_options, %option_list ); @options_list = config(%options ); ($key,...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (95): Data::Startup Download

Added: February 25, 2010 | Visits: 955

Dir::Purge Dir::Purge is a Perl module to purge directories to a given number of files. SYNOPSIS perl -MDir::Purge -e purgedir (5, @ARGV) /spare/backups use Dir::Purge; purgedir ({keep => 5, strategy => "by_age", verbose => 1}, "/spare/backups"); use Dir::Purge qw(purgedir_by_age); purgedir_by_age...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Dir::Purge Download

Added: May 27, 2010 | Visits: 880

htmlcat htmlcat is a script that combines a number of HTML files into one. The beginning of the first file (up to and including < body ... >) is used for all the files since only their bodies are concatenated. An optional divider followed by the label of a file is used between files. Note that: *...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): htmlcat Download

Added: June 19, 2010 | Visits: 1.196

Archive::TarGzip Archive::TarGzip is a Perl module to save and restore files to and from compressed tape archives (tar). SYNOPSIS ###### # Subroutine Interface # use Archive::TarGzip qw(parse_header tar untar); $tar_file = tar(@file, @options); $tar_file = tar(@file); $success = untar(@file);...


Platforms: *nix

License: Freeware Size: 96.26 KB Download (95): Archive::TarGzip Download

Added: October 19, 2010 | Visits: 1.144

Catalyst::Example::Controller::InstantCRUD Catalyst::Example::Controller::InstantCRUD is a Catalyst CRUD example Controller. SYNOPSIS use base Catalyst::Example::Controller::InstantCRUD; METHODS load_interface_config Returns the config hash for input forms (widgets) and other interface elements get_resultset Returns the...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): Catalyst::Example::Controller::InstantCRUD Download

Added: August 04, 2010 | Visits: 837

B::LexInfo B::LexInfo is a Perl module that shows information about subroutine lexical variables. SYNOPSIS use B::ShowLex (); my $lexi = B::ShowLex->new; Perl stores lexical variable names and values inside a padlist within the subroutine. Certain lexicals will maintain certain attributes after the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): B::LexInfo Download

Added: January 11, 2010 | Visits: 989

Time::Skew Time::Skew is a Perl module that computes local clock skew with respect to a remote clock. SYNOPISI use Time::Skew # Init Convex Hull and timing data my $hull=[]; my $result={}; # Iterate data point introduction Time::Skew::convexhull($result,$datapoint,$hull); This module supports...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (94): Time::Skew Download

Added: May 25, 2010 | Visits: 946

List::MRU List::MRU is a Perl module that implements a simple fixed-size MRU-ordered list. SYNOPSIS use List::MRU; # Constructor $lm = List::MRU->new(max => 20); # Constructor with explicit eq subroutine for obj equality tests $lm = List::MRU->new(max => 20, eq => sub { $_[0]->stringify eq...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): List::MRU Download

Added: May 23, 2010 | Visits: 899

chilli_control chilli_control is a script that takes a command-line argument telling it what to do with your smoothwall, ie connect, disconnect, or get the status. This version is designed for smoothwall version 2.0 beta. You will need to edit the script to set it up for your smoothwall. If you use the same...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): chilli_control Download

Released: December 22, 2012  |  Added: December 22, 2012 | Visits: 2.257

sqlpp sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also #perldef for calling arbitrary perl code. SYNOPSIS...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): sqlpp Download

Added: July 20, 2010 | Visits: 1.221

Statistics::ROC Statistics::ROC is a Perl module with receiver-operator-characteristic (ROC) curves with nonparametric confidence bounds. SYNOPSIS use Statistics::ROC; my ($y) = loggamma($x); my ($y) = betain($x, $p, $q, $beta); my ($y) = Betain($x, $p, $q); my ($y) = xinbta($p, $q, $beta, $alpha); my...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (94): Statistics::ROC Download

Added: July 27, 2010 | Visits: 727

jdresolve jdresolve is a software that resolves IP addresses to hostnames. Any file format is supported, including those where the line does not begin with the IP address. One of the strongest features of the program is the support for recursion, which can drastically reduce the number of unresolved hosts...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (94): jdresolve Download

Added: October 22, 2010 | Visits: 1.083

Sort::Fields Sort::Fields is a Perl module that can sort lines containing delimited fields. SYNOPSIS use Sort::Fields; @sorted = fieldsort [3, 2n], @lines; @sorted = fieldsort +, [-1, -3, 0], @lines; $sort_3_2n = make_fieldsort [3, 2n], @lines; @sorted = $sort_3_2n->(@lines); Sort::Fields provides...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Sort::Fields Download

Added: June 10, 2010 | Visits: 915

File::FilterFuncs File::FilterFuncs is a Perl module that specify filter functions for files. SYNOPSIS use File::FilterFuncs qw(filters); filters(source.txt, sub { $_ = uc $_; 1 }, dest.txt ); INTRODUCTION File::FilterFuncs makes it easy to perform transformations on files. When you use this module,...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): File::FilterFuncs Download

Added: September 04, 2010 | Visits: 905

Search::Dict Search::Dict is a Perl module to search for key in dictionary file. SYNOPSIS use Search::Dict; look *FILEHANDLE, $key, $dict, $fold; use Search::Dict; look *FILEHANDLE, $params; Sets file position in FILEHANDLE to be first line greater than or equal (stringwise) to $key. Returns the new...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (94): Search::Dict Download

< 1 2 3 4 5 >