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

Class::LazyLoad 0.04

Company: Rob Kinyon
Date Added: June 25, 2013  |  Visits: 385

Class::LazyLoad

Report Broken Link
Printer Friendly Version


Product Homepage
Download (32 downloads)



Class::LazyLoad is a highly flexible and general purpose lazyloader Perl class. With very minimal configuration, it will correctly intercept constructor calls and wait until first access before actually executing the constructor.<br /><br />SYNOPSIS<br /><br /> use Class::LazyLoad::Functions 'lazyload', 'unlazyload';<br /> <br /> # lazyload classes dynamically<br /> lazyload('My::Class');<br /> unlazyload('My::Class');<br /> <br /> # lazyload classes at compile time<br /> use Class::LazyLoad 'My::Class';<br /><br /> # Same as above<br /> use Class::LazyLoad [ 'My::Class', 'new' ];<br /><br /> # For different constructors<br /> use Class::LazyLoad [ 'My::Class', 'build', 'create' ];<br /> <br /> # or make your class into a lazyload<br /> package My::Class;<br /> <br /> # If you're using 'new' as the constructor<br /> use Class::LazyLoad;<br /><br /> # Or, if you're using different constructor names<br /> use Class::LazyLoad [ __PACKAGE__, 'build', 'create' ];<br /> <br /> # ... rest of your class here

Requirements: No special requirements
Platforms: *nix, Linux
Keyword: 039new039 Build Class Class Lazyload Classes Classlazyload Compile Constructor Constructors Create Dynamically Lazyload Lazyload Myclass Myclass Names Package Unlazyload Myclass You039re
Users rating: 0/10

License: Freeware Size: 10.24 KB
USER REVIEWS
More Reviews or Write Review


CLASS::LAZYLOAD RELATED
Libraries  -  Class::Meta::Express 0.04
Class::Meta::Express is a Perl module for concise, expressive creation of Class::Meta classes. Synopsis package My::Contact; use Class::Meta::Express; class { meta contact => ( default_type => string ); has name; has contact => (...
9.22 KB  
Libraries  -  Class::Adapter::Builder 1.02
Class::Adapter::Builder is a Perl module that can generate Class::Adapter classes. SYNOPSIS package My::Adapter; use strict; use Class::Adapter::Builder ISA => Specific::API, METHODS => [ qw{foo bar baz} ], method => different_method;...
24.58 KB  
Libraries  -  DBIx::Class::LibXMLdoc 0.03
DBIx::Class::LibXMLdoc is a Perl module to create an adjunct "Doc" accessor of a columns data which is automatically parsed into a LibXML documentElement (alpha-software). SYNOPSIS package My::DB::thingy; __PACKAGE__->load_components(qw/...
5.12 KB  
Development Editors  -  ClassBuilder 2.11.533 Beta
ClassBuilder is a valuable tool for the C++ programmer and is used successfully on several projects, including projects of 100+ classes. In fact, it is used for ClassBuilder itself; its feature to save and restore is completely generated. The...
2.5 MB  
Programming  -  Java Algebra System 2.3.3248
Java Algebra System (JAS for short) is an object oriented, type safe and multi-threaded approach to computer algebra. JAS provides a well designed software library using generic types for algebraic computations implemented in the Java programming...
23.39 MB  
Science  -  Simple Neural ARchitecture LIbrary 1.0
SNARLI (Simple Neural ARchitecture LIbrary) is a Java package containing a back-prop layer class and classes for the Self-Organizing Map and Incremental Growing Grid. The back-prop class supports sigma-pi connections and back-prop-through-time.
223.08 KB  
Programming  -  Catalyst::Controller::DBIC::API 2.002003
Easily provide common API endpoints based on your DBIx::Class schema classes. Module provides both RPC and REST interfaces to base functionality. Uses Catalyst::Action::Serialize and Catalyst::Action::Deserialize to serialise response and/or...
51.2 KB  
Modules  -  Product Query Factory 2.2
The Product Query Factory class generates all the product related sql queries dynamically. This makes it much easier to modify the source tables (especially column names) that OSC reads and writes to. For example, I plan to use it to make OSC...
 
Development Editors  -  AxBuilder 1.0.1
Use AxBuilder to compile your applications, create setup files and FTP transfer the setup to your web server. AxBuilder has actions for the Delphi compilers, Inno setup and some more. You can easily create your own actions. All actions are stored...
 
Libraries  -  Exception::Class 1.23
Exception::Class is a Perl module that allows you to declare real exception classes in Perl. SYNOPSIS use Exception::Class ( MyException, AnotherException => { isa => MyException }, YetAnotherException => { isa => AnotherException,...
16.38 KB  
NEW DOWNLOADS IN LINUX SOFTWARE, PROGRAMMING
Linux Software  -  EasyEDA PCB Designer for Linux 2.0.0
EasyEDA, a great web based EDA(Electronics Design Automation) tool, online PCB tool, online PCB software for electronics engineers, educators, students, makers and enthusiasts. Theres no need to install any software. Just open EasyEDA in any...
34.4 MB  
Linux Software  -  wpCache® WordPress HTTP Cache 1.9
wpCache® is a high-performance, distributed object, caching system application, generic in nature, but intended for use in speeding up dynamic web applications, by decreasing database load time. wpCache® decreases dramatically the page...
3.51 MB  
Linux Software  -  Polling Autodialer Software 3.4
ICTBroadcast Auto Dialer software has a survey campaign for telephone surveys and polls. This auto dialer software automatically dials a list of numbers and asks them a set of questions that they can respond to, by using their telephone keypad....
488 B  
Linux Software  -  Total Video Converter Mac Free 3.5.5
Total Video Converter Mac Free developed by EffectMatrix Ltd is the official legal version of Total Video Converter which was a globally recognized brand since 2006. Total Video Converter Mac Free is a free but powerful all-in-one video...
17.7 MB  
Linux Software  -  Skeith mod_log_sql Analyzer 2.10beta2
Skeith is a php based front end for analyzing logs for Apache using mod_log_sql.
47.5 KB  
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB