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

Data Dumper freeware
Filter: All | Freeware | Demo
 

Data Dumper

1 2 3 4 5 > 
Added: October 15, 2010 | Visits: 1.062

Data::Dumper Data::Dumper module contains stringified perl data structures, suitable for both printing and eval. SYNOPSIS use Data::Dumper; # simple procedural interface print Dumper($foo, $bar); # extended usage with names print Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]); # configuration...



Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): Data::Dumper Download

Added: July 05, 2013 | Visits: 310

Data Dumper Script The library is very useful when building complex applications and an errors forces the developer to perform hardcore troubleshooting actions.





Platforms: JavaScript

License: Freeware Size: 10 KB Download (43): Data Dumper Script Download

Added: August 02, 2013 | Visits: 493

MySQL Data Dumper MySQL Data Dumper is a software designed exactly how a MySQL DBA & support engineer would imagine 'mysqldump'. Usage: mydumper [OPTION...] multi-threaded MySQL dumping Help Options: -?, --help Show help options Application Options: -h, --host The host to connect to -u, --user Username with...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (42): MySQL Data Dumper Download

Added: October 12, 2010 | Visits: 931

Catalyst::Plugin::Dumper Catalyst::Plugin::Dumper is a Perl module with Data::Dumper plugin for Catalyst. SYNOPSIS use Catalyst qw/-Debug Dumper/; $c->log->dumper($myvar); $c->log->dumper($myvar, mylabel); This plugin injects a dumper() method into the Catalyst::Log namespace. INTERFACE...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (165): Catalyst::Plugin::Dumper Download

Added: June 02, 2010 | Visits: 584

Data::TreeDumper Data::TreeDumper is an improved replacement for Data::Dumper. Powerful filtering capability. SYNOPSIS use Data::TreeDumper ; my $sub = sub {} ; my $s = { A => { a => { } , bbbbbb => $sub , c123 => $sub , d => $sub } , C => { b => { a => { a => { } , b => sub { } ,...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (88): Data::TreeDumper Download

Added: March 11, 2010 | Visits: 1.030

Config::Magic SYNOPSIS Example 1 use Config::Magic; use Data::Dumper; $input=q{ Section 1 { [Section 4] #Comment style #1 //Comment style #2 ;Comment style #3 Monkey:1 Monkey=>2 Monkey:=3 < Section 2 > Foo = Bar Baz { Bip:1 Pants==5 } < /Section > < Tasty Cheese="3" / > < Section 5 >...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (113): Config::Magic Download

Added: July 03, 2010 | Visits: 834

Template::Plugin::Data::HTMLDumper Template::Plugin::Data::HTMLDumper is a template toolkit plugin interface to Data::HTMLDumper. SYNOPSIS [% USE Data.HTMLDumper %] [% Data.HTMLDumper.dump(myvar) %] A very simple Template Toolkit Plugin Interface to the Data::HTMLDumper module. The Data::HTMLDumper module displays output...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Template::Plugin::Data::HTMLDumper Download

Added: July 14, 2010 | Visits: 920

Data::Serializer Data::Serializer package contains modules that serialize data structures. SYNOPSIS use Data::Serializer; $obj = Data::Serializer->new(); $obj = Data::Serializer->new( serializer => Storable, digester => MD5, cipher => DES, secret => my secret, compress => 1, ); $serialized =...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): Data::Serializer Download

Added: November 24, 2010 | Visits: 1.134

Config::FreeForm Config::FreeForm is a Perl module that provides in-memory configuration data. SYNOPSIS use Config::FreeForm %options; Config::FreeForm provides in-memory configuration data in a free-form manner. Many existing configuration modules attempt to provide some structure to your configuration...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (140): Config::FreeForm Download

Added: March 23, 2010 | Visits: 1.018

Text::Scraper Text::Scraper contains structured data from (un)structured text. SYNOPSIS use Text::Scraper; use LWP::Simple; use Data::Dumper; # # 1. Get our template and source text # my $tmpl = Text::Scraper->slurp(*DATA); my $src = get(http://search.cpan.org/recent) || die $!; # # 2. Extract...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (142): Text::Scraper Download

Added: August 06, 2010 | Visits: 1.050

Bundle::DataMint Bundle::DataMint is a bundle to install external CPAN modules for Data Mining and Data Integration. SYNOPSIS Perl one liner using CPAN.pm: perl -MCPAN -e install Bundle::DataMint Use of CPAN.pm in interactive mode: $> perl -MCPAN -e shell cpan> install Bundle::DataMint cpan> quit...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (89): Bundle::DataMint Download

Added: April 11, 2010 | Visits: 1.103

App::Conf::File App::Conf::File is a Perl module to load and access configuration data. SYNOPSIS use App::Conf; $config = App::Conf->new(); $config = App::Conf->new(configFile => $file); print $config->dump(), "n"; # use Data::Dumper to spit out the Perl representation # accessors $property_value =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::Conf::File Download

Added: October 29, 2013 | Visits: 443

Tie::Queuefor Linux Tie an ARRAY over a TokyTyrant DB and allow to push, pop shift data. Tie::Queue requires TokyoTyrant (database and Perl module.) If the serialisation is required, the module Data::Serilizer is also required The normal ARRAY function present are push pop shift exists scalar storesize (...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (48): Tie::Queuefor Linux Download

Added: January 18, 2010 | Visits: 1.122

HTTPD::Bench::ApacheBench HTTPD::Bench::ApacheBench is a Perl API for Apache benchmarking and regression testing. SYNOPSIS use HTTPD::Bench::ApacheBench; my $b = HTTPD::Bench::ApacheBench->new; # global configuration $b->concurrency(5); $b->priority("run_priority"); # add HTTP request sequences (aka: runs) my...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (119): HTTPD::Bench::ApacheBench Download

Added: September 04, 2010 | Visits: 1.291

POE::Component::Client::Halo POE::Component::Client::Halo is an implementation of the Halo query protocol. SYNOPSIS use Data::Dumper; # for the sample below use POE qw(Component::Client::Halo); my $halo = new POE::Component::Client::Halo( Alias => halo, Timeout => 15, Retry => 2, ); $kernel->post(halo, info,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (163): POE::Component::Client::Halo Download

Added: May 15, 2010 | Visits: 1.049

POE::Component::Client::Rcon POE::Component::Client::Rcon is an implementation of the Rcon remote console protocol. SYNOPSIS use POE qw(Component::Client::Rcon); my $rcon = new POE::Component::Client::Rcon(Alias => rcon, Timeout => 15, Retry => 2, Bytes => 8192, ); $kernel->post(rcon, rcon, hl, 127.0.0.1, 27015,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (115): POE::Component::Client::Rcon Download

Added: November 11, 2010 | Visits: 838

Inline::Octave Inline::Octave module contains inline octave code into your perl. SYNOPSIS use Inline Octave => DATA; $f = jnk1(3); print "jnk1=",$f->disp(),"n"; $c= new Inline::Octave([ [1.5,2,3],[4.5,1,-1] ]); ($b, $t)= jnk2( $c, [4,4],[5,6] ); print "t=",$t->as_list(),"n"; use Data::Dumper; print...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): Inline::Octave Download

Added: June 06, 2010 | Visits: 859

Tie::ListKeyedHash Tie::ListKeyedHash is a system allowing the use of anonymous arrays as keys to a hash. SYNOPSIS use Tie::ListKeyedHash; [$X =] tie %hash, Tie::ListKeyedHash; my $live_key = [key,items,live]; $hash{$live_key} = Hello!; $hash{[key,trees,grow]} = Goodbye!; print...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (98): Tie::ListKeyedHash Download

Added: May 15, 2010 | Visits: 970

Bundle::Knetrix Bundle::Knetrix is a Perl bundle to install all Knetrix required modules. SYNOPSIS perl -MCPAN -e install Bundle::Knetrix CONTENTS Apache AutoLoader Business::CreditCard Carp Class::Delegation Class::MakeMethods::Composite::Hash Compress::Zlib Crypt::TripleDES Cyrus::SIEVE::managesieve...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (88): Bundle::Knetrix Download

Added: June 14, 2010 | Visits: 1.220

Net::FTP::File Net::FTP::File is a Perl extension for simplifying FTP file operations. SYNOPSIS use Net::FTP::File; my $ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Cannot connect to some.host.name: $@"; $ftp->login("anonymous",-anonymous@) or die "Cannot login ", $ftp->message;...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (104): Net::FTP::File Download

1 2 3 4 5 >