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.195 Times

Hashref freeware
Filter: All | Freeware | Demo
 

Hashref

1 2 3 4 > 
Added: July 19, 2013 | Visits: 451

Net::Telnet::Trango Perl access to the telnet interface on Trango APs and SUs. A handy feature is that it will parse the output from certain commands that is in the format "[key1] value1 [key2] value2" and put those in a hashref that is returned. This makes using the output from things like sysinfo very easy to do. Platforms: *nix

License: Freeware Size: 30.72 KB Download (38): Net::Telnet::Trango Download

Added: July 03, 2013 | Visits: 604

Mail::Sender::Easy Mail::Sender is a great module. I have great respect for Jenda as you can tell from the list archives :) Mail::Sender's one problem is its a bit cumbersome to use, with so many options and things to open, close, the whole thing, parts, multiparts etc etc., and several ways to check for successs.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): Mail::Sender::Easy Download

Added: June 28, 2013 | Visits: 520

Devel::Arena Inspect the arena structures that perl uses for SV allocation. HARNESS_PERL_SWITCHES=-MDevel::Arena=write_stats_at_END make test EXPORT None by default. * sv_stats [DONT_SHARE] Returns a hashref giving stats derived from inspecting the SV heads via the arena pointers. Details of the... Platforms: *nix

License: Freeware Size: 40.96 KB Download (39): Devel::Arena Download

Added: January 18, 2010 | Visits: 1.237

File::Remove File::Remove is a Perl module to remove files and directories. SYNOPSIS use File::Remove qw(remove); # removes (without recursion) several files remove qw( *.c *.pl ); # removes (with recursion) several directories remove 1, qw( directory1 directory2 ); # removes (with recursion)... Platforms: *nix

License: Freeware Size: 14.34 KB Download (167): File::Remove Download

Added: October 26, 2010 | Visits: 968

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #... Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Test::Extreme Download

Added: April 02, 2010 | Visits: 1.082

File::DirCompare File::DirCompare is a Perl module to compare two directories using callbacks. SYNOPSIS use File::DirCompare; # Simple diff -r --brief replacement use File::Basename; File::DirCompare->compare($dir1, $dir2, sub { my ($a, $b) = @_; if (! $b) { printf "Only in %s: %sn", dirname($a),... Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): File::DirCompare Download

Added: August 11, 2010 | Visits: 1.256

B::JVM::Jasmin::CompileState B::JVM::Jasmin::CompileState is an internal package used by B::JVM::Jasmin to keep state of compilation. SYNOPSIS use B::JVM::Jasmin::CompileState; my $state = new B::JVM::Jasmin::CompileState([HASHREF]); This class is used to store the internal state of the compiler as it runs. Certain... Platforms: *nix

License: Freeware Size: 44.03 KB Download (345): B::JVM::Jasmin::CompileState Download

Added: March 25, 2010 | Visits: 1.258

DBIx::Class::Schema::Loader::RelBuilder DBIx::Class::Schema::Loader::RelBuilder is a Perl module that builds relationships for DBIx::Class::Schema::Loader. This class builds relationships for DBIx::Class::Schema::Loader. This is module is not (yet) for external use. METHODS new Arguments: schema_class (scalar), fk_info... Platforms: *nix

License: Freeware Size: 32.77 KB Download (89): DBIx::Class::Schema::Loader::RelBuilder Download

Added: January 17, 2010 | Visits: 1.047

Algorithm::BinPack Algorithm::BinPack is a Perl module that can efficiently pack items into bins. SYNOPSIS Algorithm::BinPack efficiently packs items into bins. The bins are given a maximum size, and items are packed in with as little empty space as possible. An example use would be backing up files to CD,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Algorithm::BinPack Download

Added: October 25, 2010 | Visits: 722

Devel::FindGlobals Devel::FindGlobals is a Perl module to find global variables and their size. SYNOPSIS use Devel::FindGlobals; print print_globals_sizes(); This module just runs around and over the symbol table, finds global variables, gets their sizes with Devel::Size, and then prints them out.... Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Devel::FindGlobals Download

Added: March 07, 2010 | Visits: 1.468

MP3::Info MP3::Info is a Perl module that can manipulate / fetch info from MP3 audio files. SYNOPSIS #!perl -w use MP3::Info; my $file = Pearls_Before_Swine.mp3; set_mp3tag($file, Pearls Before Swine, q"77s", Sticks and Stones, 1990, q"(c) 1990 77s LTD.", rock & roll); my $tag =... Platforms: *nix

License: Freeware Size: 99.33 KB Download (100): MP3::Info Download

Added: September 22, 2010 | Visits: 1.210

SPOPS::Manual::Configuration SPOPS::Manual::Configuration is a description of variables used in the SPOPS configuration process. These are variables used in all SPOPS implementations. The name of the variable is the key used in the configuration hashref. Here is a fairly minimal example of a configuration hashref: 1:... Platforms: *nix

License: Freeware Size: 286.72 KB Download (97): SPOPS::Manual::Configuration Download

Added: August 06, 2010 | Visits: 962

OpenInteract::UI::Main OpenInteract::UI::Main is the primary user interface assembly conductor. SYNOPSIS my $page = OpenInteract::UI::Main->handler(); send_http_headers(); print $page; # Subclass to define a new method for looking up template names: package OpenInteract::UI::LanguageChoice; use base qw(... Platforms: *nix

License: Freeware Size: 655.36 KB Download (89): OpenInteract::UI::Main Download

Added: October 19, 2010 | Visits: 1.261

OpenInteract2::Conversion::ActionConfig OpenInteract2::Conversion::ActionConfig is a Perl module that can convert old action.perl files into INI configurations. SYNOPSIS use OpenInteract2::Conversion::ActionConfig; my $old_config_text = join( , ); print OpenInteract2::Conversion::ActionConfig ->new( $old_config_text )... Platforms: *nix

License: Freeware Size: 7.17 KB Download (109): OpenInteract2::Conversion::ActionConfig Download

Added: February 09, 2010 | Visits: 1.352

CAM::PDF::GS::NoText CAM::PDF::GS::NoText is a PDF graphic state. SYNOPSIS use CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree = $pdf->getPageContentTree(4); my $gs = $contentTree->computeGS(1); This class is used to represent the graphic state at a point in the rendering flow of a PDF page.... Platforms: *nix

License: Freeware Size: 737.28 KB Download (104): CAM::PDF::GS::NoText Download

Added: October 20, 2010 | Visits: 827

Contextual::Return Contextual::Return is a Perl module to create context-senstive return values. SYNOPSIS use Contextual::Return; use Carp; sub foo { return SCALAR { thirty-twelve } BOOL { 1 } NUM { 7*6 } STR { forty-two } LIST { 1,2,3 } HASHREF { {name => foo, value => 99} } ARRAYREF { [3,2,1] }... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Contextual::Return Download

Added: March 22, 2010 | Visits: 1.050

Class::DBI::DataMigration::Mapping Class::DBI::DataMigration::Mapping is an abstract parent class for objects that map a single column in a single row from the source database to the target database. Synopsis use Class::DBI::DataMigration::Mapping; # ... Later, when building $mappings hashref for use by a #... Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Class::DBI::DataMigration::Mapping Download

Added: January 04, 2010 | Visits: 840

Params::Validate Params::Validate is a Perl module to validate method/function parameters. SYNOPSIS use Params::Validate qw(:all); # takes named params (hash or hashref) sub foo { validate( @_, { foo => 1, # mandatory bar => 0, # optional } ); } # takes positional params sub bar { # first two... Platforms: *nix

License: Freeware Size: 79.87 KB Download (109): Params::Validate Download

Added: May 27, 2010 | Visits: 1.045

SQL::Interpolate SQL::Interpolate is a Perl module to interpolate Perl variables into SQL statements. SYNOPSIS use SQL::Interpolate qw(:all); # Some sample data to interpolate: my $s = blue; my @v = (5, 6); # Variable references are transformed into bind parameters. # The most basic usage involves... Platforms: *nix

License: Freeware Size: 57.34 KB Download (88): SQL::Interpolate Download

Added: May 11, 2010 | Visits: 2.093

WWW::BF2S WWW::BF2S is a Perl module that can get Battlefield 2 Player Stats. SYNOPSIS use WWW::BF2S; my $bf2 = Net::BF2S->new; my $data = $bf2->getStats(45355493,64573414,64318788,64246757,62797217,61091442,64964638,64661842,65431962,58968459); Fetches Battlefield 2 player stats from BF2S. You... Platforms: *nix

License: Freeware Size: 6.14 KB Download (113): WWW::BF2S Download

1 2 3 4 >