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

Extutils freeware
Filter: All | Freeware | Demo
 

Extutils

< 1 2 
Added: March 27, 2010 | Visits: 749

ExtUtils::F77 ExtUtils::F77 is a simple Perl interface to F77 libs. This module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list of Fortran runtime libraries. The problem is their location and name varies with each OS/compiler combination!...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): ExtUtils::F77 Download

Added: March 02, 2010 | Visits: 1.055

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: October 13, 2010 | Visits: 716

ExtUtils::SVDmaker ExtUtils::SVDmaker is a Perl module to create CPAN distributions. SYNOPSIS use ExtUtils::SVDmaker; $svd = new ExtUtils::SVDmaker( @options ); $svd = new ExtUtils::SVDmaker( %options ); $svd->vmake( @targets, %options ); $svd->vmake( @targets ); $svd->vmake( %options ); The...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (90): ExtUtils::SVDmaker Download

Added: June 27, 2010 | Visits: 879

ExtUtils::ModuleMaker::TT ExtUtils::ModuleMaker::TT is a Perl module that makes skeleton modules with Template Toolkit templates. SYNOPSIS use ExtUtils::ModuleMaker; my $mmtt = ExtUtils::ModuleMaker->new ( NAME => My::New::Module, ALT_BUILD => ExtUtils::ModuleMaker::TT, TEMPLATE_DIR => ~/.perltemplates, );...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (88): ExtUtils::ModuleMaker::TT Download

Added: May 15, 2010 | Visits: 971

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: November 06, 2010 | Visits: 792

ExtUtils::PerlPP ExtUtils::PerlPP is a Perl Preprocessor. SYNOPSIS use ExtUtils::PerlPP; my $config = { version => $VERSION, driver => $DRIVER }; # The long and winding road ... my $self = ExtUtils::PerlPP->new(); $self->{in_fh} = IO::File->new(file.PL, r); $self->{out_fh} = IO::File->new(file, w);...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (87): ExtUtils::PerlPP Download

Added: August 23, 2010 | Visits: 744

ExtUtils::configPL ExtUtils::configPL is a Perl extension to automagically configure Perl scripts. SYNOPSIS use ExtUtils::configPL; <<--startperl-->> -w ... no ExtUtils::configPL; ... This module is used to add configuration information to a perl script, and is meant to be used with the...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): ExtUtils::configPL Download

< 1 2