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

Blessed Kateri Shrine software
Filter: All | Freeware | Demo
 

Blessed Kateri Shrine

< 1 2 3 > 
Added: November 05, 2010 | Visits: 918

GCC::TranslationUnit GCC::TranslationUnit is a Perl module that can parse the output of gcc -fdump-translation-unit. SYNPOSIS use GCC::TranslationUnit; # echo #include > stdio.c # gcc -fdump-translation-unit -c stdio.c $node = GCC::TranslationUnit::Parser->parsefile(stdio.c.tu)->root; # list every...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): GCC::TranslationUnit Download

Added: July 15, 2010 | Visits: 829

AxKit2::Plugin AxKit2::Plugin is a base class for all plugins. An AxKit2 plugin allows you to hook into various parts of processing requests and modify the behaviour of that request. This class is the base class for all plugins and this document covers both the details of the base class, and the available...





Platforms: *nix

License: Freeware Size: 645.12 KB Download (101): AxKit2::Plugin Download

Added: September 20, 2010 | Visits: 649

COPE COPE is a CORBA implemented in Perl. This documents describes the steps you take when writing a CORBA application in Perl using COPE. First the basics: the laguage binding used. Scalar types char The char type is represented as a 1-character perl string, like a. octet octet is...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): COPE Download

Added: August 11, 2010 | Visits: 1.251

B::JVM::Jasmin::CompileState B::JVM::Jasmin::CompileState is an internal package used by B::JVM::Jasmin to keep state of compilation. SYNOPSIS use B::JVM::Jasmin::CompileState; my $state = new B::JVM::Jasmin::CompileState([HASHREF]); This class is used to store the internal state of the compiler as it runs. Certain...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (344): B::JVM::Jasmin::CompileState Download

Added: January 24, 2010 | Visits: 1.491

CGI::WeT::Theme CGI::WeT::Theme is a Perl module with theme loader for the CGI::WeT package. SYNOPSIS use CGI::WeT::Theme (); This module provides a well-defined interface between the rendering engine and the theme definition loaders. It is designed to work with or without mod_perl. All theme loader...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (93): CGI::WeT::Theme Download

Added: February 25, 2010 | Visits: 765

Object::LocalVars Object::LocalVars is a Perl module with outside-in objects with local aliasing of $self and object variables. SYNOPSIS package My::Object; use strict; use Object::LocalVars; give_methods our $self; # this exact line is required our $field1 : Prop; our $field2 : Prop; sub as_string :...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Object::LocalVars Download

Added: September 02, 2010 | Visits: 1.010

DynaPage::Document::ext::include DynaPage::Document::ext::include module contains extensions of DynaPag::Document. METHODS template ( $self, $job ) : bool syntax: !include.template =- B< file_name > See also DynaPage::Template NOTE: $self is parent document object (eg blessed into DynaPage::Document) data ( $self,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): DynaPage::Document::ext::include Download

Added: September 23, 2010 | Visits: 1.296

Class::InsideOut::Manual::About Class::InsideOut::Manual::About is a guide to this and other implementations of the inside-out technique. This manual provides an overview of the inside-out technique and its application within Class::InsideOut and other modules. It also provides a list of references for further study....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): Class::InsideOut::Manual::About Download

Added: June 03, 2010 | Visits: 710

IO-stringy IO-stringy is a I/O on in-core objects like strings and arrays. SYNOPSIS IO:: ::AtomicFile adpO Write a file which is updated atomically ERYQ ::Lines bdpO I/O handle to read/write to array of lines ERYQ ::Scalar RdpO I/O handle to read/write to a string ERYQ ::ScalarArray RdpO I/O handle...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (90): IO-stringy Download

Added: April 05, 2010 | Visits: 942

Test::Deep Test::Deep is a Perl module for extremely flexible deep comparison. SYNOPSIS use Test::More tests => $Num_Tests; use Test::Deep; cmp_deeply( $actual_horrible_nested_data_structure, $expected_horrible_nested_data_structure, "got the right horrible nested data structure" ); cmp_deeply(...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (103): Test::Deep Download

Added: April 12, 2010 | Visits: 984

DCE::Registry DCE::Registry is a Perl interface to DCE Registry API. SYNOPSIS use DCE::Registry; my $rgy = DCE::Registry->site_open($site_name); This module provides an OO Perl interface to the DCE Registry API. The sec_rgy_ prefix has been dropped and methods are invoked via a blessed registry_context...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (98): DCE::Registry Download

Added: July 16, 2010 | Visits: 696

DCE::ACL DCE::ACL is a Perl interface to DCE ACL client API. SYNOPSIS use DCE::ACL; $aclh = DCE::ACL->bind($object); DCE::ACL provides a Perl interface to the sec_acl_* client API. As the sec_acl_list_t structure is rather complex, additional classes and methods are provided so Perl scripts can...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (88): DCE::ACL Download

Added: February 08, 2010 | Visits: 747

Audio::RaveMP Audio::RaveMP is a Perl interface to Sensory Science RaveMP player. SYNOPSIS use Audio::RaveMP (); The Audio::RaveMP module provides a Perl interface to the Sensory Science RaveMP player. METHODS new my $rmp = Audio::RaveMP->new; permitted Check parallel port permissions (must be...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (94): Audio::RaveMP Download

Added: February 20, 2010 | Visits: 1.005

SOAP::Data::ComplexType SOAP::Data::ComplexType is an abstract class for creating and handling complex SOAP::Data objects. SYNOPSIS package My::SOAP::Data::ComplexType::Foo; use strict; use warnings; use SOAP::Data::ComplexType; use vars qw(@ISA); @ISA = qw(SOAP::Data::ComplexType); use constant OBJ_URI =>...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): SOAP::Data::ComplexType Download

Added: June 27, 2010 | Visits: 1.420

HTML::EmbperlObject HTML::EmbperlObject is a Perl module that extents HTML::Embperl for building whole website with reusable components and objects. SYNOPSIS < Location /foo > PerlSetEnv EMBPERL_OBJECT_BASE base.htm PerlSetEnv EMBPERL_FILESMATCH ".htm.?|.epl$" SetHandler perl-script PerlHandler...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (95): HTML::EmbperlObject Download

Added: August 12, 2010 | Visits: 728

Scalar::Util Scalar::Util is a selection of general-utility scalar subroutines. SYNOPSIS use Scalar::Util qw(blessed dualvar isweak readonly refaddr reftype tainted weaken isvstring looks_like_number set_prototype); Scalar::Util contains a selection of subroutines that people have expressed would be...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Scalar::Util Download

Added: July 20, 2010 | Visits: 609

Class::Declare Class::Declare is a Perl module created to declare classes with public, private and protected attributes and methods. SYNOPSIS package My::Class; use strict; use warnings; use base qw( Class::Declare ); __PACKAGE__->declare( public => { public_attr => 42 } , private => { private_attr...


Platforms: *nix

License: Freeware Size: 76.8 KB Download (88): Class::Declare Download

Added: July 23, 2010 | Visits: 1.068

Tie::Trace Tie::Trace can easy print debugging with tie. SYNOPSIS use Tie::Trace; my %hash; tie %hash, "Tie::Trace"; $hash{hoge} = hogehoge; # warn Hash => Key: hoge, Value: hogehgoe at ... my @array; tie @aray, "Tie::Trace"; push @array, "array"; # warn Array => Point: 0, Value: array at ......


Platforms: *nix

License: Freeware Size: 8.19 KB Download (114): Tie::Trace Download

Added: June 17, 2010 | Visits: 1.072

Class::Classgen::New Class::Classgen::New is a Perl module that creates the new() method for classes generated by classgen. SYNOPSIS Used within classgen. The main purpose of New.pm is to write the new() method for a class generated by classgen. It provides code to derive local instance variables with my for...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): Class::Classgen::New Download

Added: November 19, 2010 | Visits: 1.010

POE::API::Peek POE::API::Peek is a Perl module to peek into the internals of a running POE environment. POE::API::Peek extends the POE::Kernel interface to provide clean access to Kernel internals in a cross-version compatible manner. Other calculated data is also available. My intention is to provide...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (88): POE::API::Peek Download

< 1 2 3 >