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

Damian Conways Perl Best Practices freeware
Filter: All | Freeware | Demo
 

Damian Conways Perl Best Practices

1 2 3 4 5 > 
Added: November 01, 2010 | Visits: 926

ExtUtils::ModuleMaker::PBP ExtUtils::ModuleMaker::PBP is a Perl module to create a Perl extension in the style of Damian Conways Perl Best Practices. SYNOPSIS use ExtUtils::ModuleMaker::PBP; $mod = ExtUtils::ModuleMaker::PBP->new( NAME => Sample::Module ); $mod->complete_build(); $mod->dump_keys(qw| ... # key...



Platforms: *nix

License: Freeware Size: 34.82 KB Download (120): ExtUtils::ModuleMaker::PBP Download

Added: November 18, 2010 | Visits: 1.509

Module::Starter::PBP Module::Starter::PBP is a Perl module to create a module as recommended in "Perl Best Practices". SYNOPSIS # In your ~/.module-starter/config file... author: < Your Name > email: < your@email.addr > plugins: Module::Starter::PBP template_dir: < /some/absolute/path/name > # Then on the...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (203): Module::Starter::PBP Download

Added: May 10, 2013 | Visits: 622

Microsoft Best Practices Analyzer The Microsoft Best Practices Analyzer is an general-purpose engine that allows for a user to analyze settings in their systems to quickly identify problematic or sub-optimal configurations. The Best Practices Analyzer (BPA) uses a plug-in architecture that allows users to easily install and...


Platforms: Windows, ASP.NET,

License: Freeware Download (52): Microsoft Best Practices Analyzer Download

Added: November 12, 2013 | Visits: 351

criticism criticism enforces coding standards and promotes best-practices by running your file through Perl::Critic before every execution. In a production system, this usually isn't feasible because it adds a lot of overhead at start-up. If you have a separate development environment, you can effectively...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): criticism Download

Added: April 04, 2010 | Visits: 1.152

Config::Std Config::Std is a Perl module load and save configuration files in a standard format. SYNOPSIS use Config::Std; # Load named config file into specified hash... read_config demo2.cfg => my %config; # Extract the value of a key/value pair from a specified section... $config_value =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): Config::Std Download

Added: August 21, 2010 | Visits: 745

Getopt::Clade Getopt::Clade is a Perl module with command-Line Argument Declaration Engine. This module is a placeholder for the real Getopt::Clade module. The module was supposed to be released by July 2005, to support the book "Perl Best Practices". Unfortunately, due to a series of family medical crises,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Getopt::Clade Download

Added: July 11, 2010 | Visits: 989

Class::Std::Utils Class::Std::Utils is a Perl module for utility subroutines for building "inside-out" objects. SYNOPSIS use Class::Std::Utils; # Constructor for anonymous scalars... my $new_object = bless anon_scalar(), $class; # Convert an object reference into a unique ID number... my $ID_num = ident...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Class::Std::Utils Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 543

Yasca Yasca is an open source program which looks for security vulnerabilities, code-quality, performance, and conformance to best practices in program source code, integrating with other open-source tools as needed.


Platforms: Windows, Mac, Linux

License: Freeware Size: 11.34 MB Download (70): Yasca Download

Added: May 10, 2013 | Visits: 702

Zend Framework 1.7.3-2 Zend Framework is an object-oriented web application framework implemented in PHP 5 that simplifies web development and promotes PHP programming best practices.Installation Unpack and upload it to the /wp-content/plugins/ directory. Activate the plugin through the 'Plugins' menu in WordPress....


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (64): Zend Framework 1.7.3-2 Download

Added: May 10, 2013 | Visits: 569

NIKAcore NIKAcore is a simple PHP website library built on object-oriented best practices including test-first, refactoring, and design patterns. It generalizes common web programming tasks.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (59): NIKAcore Download

Added: August 22, 2013 | Visits: 500

YACS Yet Another Community System (YACS) is an open source, open-standards web dynamic system based on PHP and MySQL with a focus on best practices and code quality.The YACS product has a straightforward and modular component architecture that covers most common needs of demanding web masters.By...


Platforms: PHP

License: Freeware Size: 4.46 MB Download (48): YACS Download

Added: April 14, 2013 | Visits: 463

Copy Compass Copy Compass is the ideal plugin for your blog or website. It allows you to optimise your copy in line with generally accepted SEO best practices.It is ideal for the casual blogger or the more serious blog master or website owner who wants to ensure his content always ranks well within the search...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Copy Compass Download

Added: October 13, 2010 | Visits: 1.693

Template::Plugin::Lingua::EN::Inflect Template::Plugin::Lingua::EN::Inflect is a Perl interface to Lingua::EN::Inflect module. SYNOPSIS [% USE infl = Lingua.EN.Inflect; -%] [% FILTER inflect(number => 42); -%] There PL_V(was) NO(error). PL_ADJ(This) PL_N(error) PL_V(was) fatal. [% END; -%] [% "... and "; infl.ORD(9);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Template::Plugin::Lingua::EN::Inflect Download

Added: November 13, 2010 | Visits: 1.093

Module::Install Module::Install is a standalone, extensible Perl module installer. SYNOPSIS In your Makefile.PL: (Recommended Usage) # Load the Module::Install bundled in ./inc/ use inc::Module::Install; # Define metadata name Your-Module; all_from lib/Your/Module.pm; # Specific dependencies...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (95): Module::Install Download

Added: September 15, 2010 | Visits: 1.011

Class::Declare::Attributes Class::Declare::Attributes is a Perl module with Class::Declare method types using Perl attributes. SYNOPSIS package My::Class; use 5.006; use strict; use warnings; use base qw( Class::Declare::Attributes ); # declare the class/instance attributes __PACKAGE__->declare( ... ); # #...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Class::Declare::Attributes Download

Added: February 17, 2010 | Visits: 913

Class::DispatchToAll Class::DispatchToAll Perl module can dispatch a method call to all inherited methods. SYNOPSIS package My::Class; our @ISA=qw(SomeClass SomeOtherClass More::Classes); use Class::DispatchToAll qw(dispatch_to_all); my $self=bless {},My::Class # not a proper constructor, I know.. # this...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Class::DispatchToAll Download

Added: September 23, 2010 | Visits: 1.175

HTML::Tree::Scanning HTML::Tree::Scanning contains an article: "Scanning HTML". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #19 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This document...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): HTML::Tree::Scanning Download

Added: June 04, 2010 | Visits: 1.479

Rose::DB::Object::Tutorial Rose::DB::Object::Tutorial is a guided tour of the basics of Rose::DB::Object. INTRODUCTION This document provides a step-by-step introduction to the Rose::DB::Object module distribution. It demonstrates all of the important features using a semi-realistic example database. This tutorial does...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Rose::DB::Object::Tutorial Download

Added: June 06, 2010 | Visits: 671

Embperl::IntroEmbperlObject Embperl::IntroEmbperlObject is an introduction to EmbperlObject. This tutorial is intended as a complement to the Embperl documentation, not a replacement. We assume a basic familiarity with Apache, mod_perl, and Perl, and the Embperl documentation. No prior experience with EmbperlObject is...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (88): Embperl::IntroEmbperlObject Download

Added: April 15, 2013 | Visits: 564

WP Calories 1. All of the photograph link (nofallow) to the relevant Wikipedia pages, so anyone interested can learn more about the fruit shown. 2. Photo is described by the large text of amount of calories, as well as a one-line description under the photo. 3. All photographs are optimized for web (jpg,...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): WP Calories Download

1 2 3 4 5 >