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

Selfstubber freeware
 

Selfstubber

Added: October 04, 2010 | Visits: 709

Devel::SelfStubber Devel::SelfStubber is a Perl module that can generate stubs for a SelfLoading module. SYNOPSIS To generate just the stubs: use Devel::SelfStubber; Devel::SelfStubber->stub(MODULENAME,MY_LIB_DIR); or to generate the whole module with stubs inserted correctly use Devel::SelfStubber;...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (90): Devel::SelfStubber Download

Added: June 08, 2010 | Visits: 603

SelfLoader SelfLoader is a Perl module created to load functions only on demand. SYNOPSIS package FOOBAR; use SelfLoader; ... (initializing code) __DATA__ sub {.... This module tells its users that functions in the FOOBAR package are to be autoloaded from after the __DATA__ token. See also...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (90): SelfLoader Download