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

Dwh freeware
 

Dwh

Added: June 23, 2010 | Visits: 705

DWH_File DWH_File module contains data and object persistence in deep and wide hashes. SYNOPSIS use DWH_File qw/ GDBM_File /; # the use argument set the DBM module used tie( %h, DWH_File, myFile, O_RDWR|O_CREAT, 0644 ); untie( %h ); # essential! Note: the files produced by DWH_File 0.22 are in... Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): DWH_File Download

Added: June 09, 2010 | Visits: 3.084

Webalizer::Hist Webalizer::Hist is a Perl module to parse the webalizer.hist-file. SYNOPSIS use Webalizer::Hist; if(my $dwh = Webalizer::Hist->new(source => "webalizer.hist")) { while(my $hashref = $dwh->month()) { print "Got " . $hashref->{totalhits} . " hits in month " . $hashref->{month} . "n"; }... Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Webalizer::Hist Download