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

Yourmodule freeware
 

Yourmodule

Added: May 04, 2010 | Visits: 1.121

Exporter::Easy Exporter::Easy is a Perl module that takes the drudgery out of Exporting symbols. SYNOPSIS In module YourModule.pm: package YourModule; use Exporter::Easy ( OK => [ $munge, frobnicate ] # symbols to export on request ); In other files which wish to use YourModule: use ModuleName... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Exporter::Easy Download

Added: November 22, 2010 | Visits: 594

Verilog::CodeGen Verilog::CodeGen module is a Verilog code generator. SYNOPSIS use Verilog::CodeGen; mkdir DeviceLibs/Objects/YourDesign, 0755; chdir DeviceLibs/Objects/YourDesign; # if the directory YourDesign exists, the second argument can be omitted # create YourModule.pl in YourDesign... Platforms: *nix

License: Freeware Size: 18.43 KB Download (104): Verilog::CodeGen Download

Added: January 20, 2010 | Visits: 924

Apache::Language Apache::Language is a Perl transparent language support for Apache modules and mod_perl scripts. SYNOPSIS In YourModule.pm: sub handler { my $r = shift; use Apache::Language; my $lang = Apache::Language->new($extra_args); #$lang is now a hash ref that will automacigally pick the right... Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): Apache::Language Download