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

File Comparison Code Perl software
Filter: All | Freeware | Demo
 

File Comparison Code Perl

< 1 2 3 4 5 > 
Added: September 06, 2010 | Visits: 1.088

Config::Framework Config::Framework is a Perl module with handy one-stop shopping for (most) of your configuration file needs. SYNOPSIS #create a new object, load two configuration files and decrypt the passwords. my $Object = new Config::Framework( Files => [ApplicationCfg.xml,UserCfg.xml], GetSecure => 1 )...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (91): Config::Framework Download

Added: May 19, 2010 | Visits: 1.150

Convert::GeekCode Convert::GeekCode is a Perl module that can convert and generate geek code sequences. SYNOPSIS use Convert::GeekCode; # exports geek_decode() my @out = geek_decode(q( -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GB/C/CM/CS/CC/ED/H/IT/L/M/MU/P/SS/TW/AT d---x s+: a-- C++++ UB++++$ P++++$...





Platforms: *nix

License: Freeware Size: 25.6 KB Download (104): Convert::GeekCode Download

Added: January 20, 2010 | Visits: 1.017

Test::Manifest Test::Manifest is a Perl module created to interact with a t/test_manifest file. SYNOPSIS # in Makefile.PL eval "use Test::Manifest"; # in the file t/test_manifest, list the tests you want # to run Test::Harness assumes that you want to run all of the .t files in the t/ directory in...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Test::Manifest Download

Added: September 12, 2010 | Visits: 789

Getopt::Euclid Getopt::Euclid is Perl module executable uniform command-Line interface descriptions. SYNOPSIS use Getopt::Euclid; if ($ARGV{-i}) { print "Interactive mode...n"; } for my $x (0..$ARGV{-size}{h}-1) { for my $y (0..$ARGV{-size}{w}-1) { do_something_with($x, $y); } } __END__ =head1...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (90): Getopt::Euclid Download

Added: August 19, 2010 | Visits: 968

DBIx::Wrapper::Config DBIx::Wrapper::Config Perl module allows the use of a configuration file in XML specifying information required to connect to databases using DBIx::Wrapper. This way, your database connection specifications can be kept in one place. Each "db" element specifies a key/name for the database...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): DBIx::Wrapper::Config Download

Added: August 27, 2010 | Visits: 871

HTML::Latex HTML::Latex is a Perl module that creates a Latex file from an HTML file. SYNOPSIS use HTML::Latex my $parser = new HTML::Latex($conffile); $parser->set_option(%options); $parser->add_package(@packages); $parser->ban_tag(@banned); $parser->set_log($logfile); # Option 1: foreach my...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (97): HTML::Latex Download

Added: November 22, 2010 | Visits: 1.029

Sys::Gamin Sys::Gamin is a Perl interface to Gamin (File Access Monitor implementation). SYNOPSIS use Sys::Gamin; my $fm=new Sys::Gamin; $fm->monitor(/foo); $fm->monitor(/foo/bar.txt); while (1) { my $event=$fm->next_event; # Blocks print "Pathname: ", $event->filename, " Event: ", $event->type,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): Sys::Gamin Download

Added: March 02, 2010 | Visits: 1.049

ExtUtils::CBuilder ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules. SYNOPSIS use ExtUtils::CBuilder; my $b = ExtUtils::CBuilder->new(%options); $obj_file = $b->compile(source => MyModule.c); $lib_file = $b->link(objects => $obj_file); This module can build the C portions of...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): ExtUtils::CBuilder Download

Added: February 01, 2010 | Visits: 1.032

Text::Macro Text::Macro Perl module is a template facility whos focus is on generating code such as c, java or sql. While generating perl code is also possible, there is a potential conflict between the control-symbol and the perl comment symbol. Perl is excelent at manipulating text, and it begs the...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Text::Macro Download

Added: June 01, 2010 | Visits: 870

Devel::Messenger Devel::Messenger is a Perl module who let your code talk to you. SYNOPSIS use Devel::Messenger qw{note}; # set up localized subroutine local *note = Devel::Messenger::note { output => print, level => 2, pkgname => 1, linenumber => 1, wrap => ["< !--", "-- >n"], }; # print a note...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Devel::Messenger Download

Added: February 07, 2010 | Visits: 955

Inline::Filters Inline::Filters Perl module contains common source code filters for Inline Modules. Inline::Filters provides common source code filters to Inline Language Modules. Unless youre an Inline module developer, you can just read the next section. Supported Filters This section describes each...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Inline::Filters Download

Added: June 05, 2010 | Visits: 1.306

PDF417 CGI PDF417, or Portable Data File 417, is a two-dimensional stacked bar code symbology capable of encoding over a kilobyte of data per label. A CGI (Common Gateway Interface) Application is an application that a WWW server can execute. The easiest way to create barcodes on your web server is to use...


Platforms: *nix

License: Shareware Cost: $175.00 USD Size: 471.04 KB Download (94): PDF417 CGI Download

Added: March 05, 2010 | Visits: 793

IO::Multiplex IO::Multiplex is a Perl module that can manage IO on many file handles. SYNOPSIS use IO::Multiplex; my $mux = new IO::Multiplex; $mux->add($fh1); $mux->add(*FH2); $mux->set_callback_object(...); $mux->listen($server_socket); $mux->loop; sub mux_input { ... } IO::Multiplex is...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (104): IO::Multiplex Download

Added: July 09, 2010 | Visits: 1.032

File::Drawing File::Drawing release, revise and retrieve contents to/from a drawing program module. SYNOPSIS ########## # Subroutine interface # use File::Drawing qw( dod_date dod_drawing_number number2pm pm2number obsolete broken backup); $date = dod_date($sec, $min, $hour, $day, $month, $year);...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (113): File::Drawing Download

Added: February 21, 2010 | Visits: 937

Convert::yEnc::RC Convert::yEnc::RC is a Perl module for yEnc file-part database. SYNOPSIS use Convert::yEnc::RC; $rc = new Convert::yEnc::RC; $rc = new Convert::yEnc::RC $file; $ok = $rc->load; $ok = $rc->load($file); $ok = $rc->update ($line); @files = $rc->files; @complete = $rc->complete;...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (92): Convert::yEnc::RC Download

Released: October 09, 2019  |  Added: October 31, 2019 | Visits: 7.521

Altova DiffDog Enterprise Edition Altova DiffDog Enterprise Edition is the powerful compare tool for files, folders, and databases. This easy-to-use synchronization tool quickly compares and merges text or source code files, directories, CSV, databases, and XML Schemas on your local workstation or across FTP and HTTP servers....


Platforms: Windows, Windows 8, Windows 7

License: Demo Cost: $189.00 USD Size: 45.89 MB Download (966): Altova DiffDog Enterprise Edition Download

Released: October 09, 2019  |  Added: October 31, 2019 | Visits: 9.132

Altova DiffDog Professional Edition Altova DiffDog Professional Edition is the powerful diff / merge tool for files and folders. This easy-to-use synchronization tool quickly compares and merges source code and text-based files or directory pairs via its elegant visual interface. 2-way and 3-way comparison modes are supported....


Platforms: Windows, Windows 8, Windows 7

License: Demo Cost: $129.00 USD Size: 44.25 MB Download (1020): Altova DiffDog Professional Edition Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 681

NPE File Analyzer NPE File Analyzer is a utility that allow users to view and edit 32bit and 64bit Portable Executable (PE) files, such as .EXE .DLL and .SYS files. NPE provides functions for inspection of unknown binaries, you can analyze sections, resources, import and export tables, relocations, TlsTable, and...


Platforms: Windows

License: Freeware Size: 8.11 MB Download (52): NPE File Analyzer Download

Added: May 10, 2013 | Visits: 404

Code - FileGenerator This is an add-in for Reflector. It generates source code in the current selected language. It can also structure the code to be in one directory or in a directory hierarchy based on the full class name.The add-in also can create a VS 2005 project file. This will work for any language plug-in;...


Platforms: Windows, ASP.NET,

License: Freeware Download (55): Code - FileGenerator Download

Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example This example adds MATLABdlT« to the list of languages in this C++ vs Java vs Python vs Ruby: a first impression (http://www.dmh2000.com/cjpr/ ) article at www.dmh2000.com, which compares implementations of a Red Black Tree binary search algorithm...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example Download

< 1 2 3 4 5 >