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

Attr freeware
Filter: All | Freeware | Demo
 

Attr

< 1 2 3 > 
Added: July 20, 2010 | Visits: 615

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: November 06, 2010 | Visits: 1.703

XML::Excel XML::Excel is a Perl extension converting Excel files to XML. SYNOPSIS use XML::Excel; $excel_obj = XML::Excel->new(); $excel_obj = XML::Excel->new(%attr); $status = $excel_obj->parse_doc(file_name); $status = $excel_obj->parse_doc(file_name, %attr); $excel_obj->declare_xml(%attr);... Platforms: *nix

License: Freeware Size: 10.24 KB Download (112): XML::Excel Download

Added: January 22, 2010 | Visits: 1.391

XML::CSV XML::CSV is a Perl extension converting CSV files to XML. SYNOPSIS use XML::CSV; $csv_obj = XML::CSV->new(); $csv_obj = XML::CSV->new(%attr); $status = $csv_obj->parse_doc(file_name); $status = $csv_obj->parse_doc(file_name, %attr); $csv_obj->declare_xml(%attr);... Platforms: *nix

License: Freeware Size: 7.17 KB Download (134): XML::CSV Download

Added: January 07, 2010 | Visits: 536

AxKit2::XSP::SimpleTaglib AxKit2::XSP::SimpleTaglib is an alternate XSP taglib helper. SYNOPSIS package Your::XSP::Package; use AxKit2::XSP::SimpleTaglib; ... more initialization stuff, start_document handler, utility functions, whatever you like, but no parse_start/end handler needed - if in doubt, just leave... Platforms: *nix

License: Freeware Size: 645.12 KB Download (87): AxKit2::XSP::SimpleTaglib Download

Added: March 09, 2010 | Visits: 686

Apache::AxKit::XSP::Language::SimpleTaglib Apache::AxKit::XSP::Language::SimpleTaglib is an alternate XSP taglib helper. SYNOPSIS package Your::XSP::Package; use Apache::AxKit::Language::XSP::SimpleTaglib; ... more initialization stuff, start_document handler, utility functions, whatever you like, but no parse_start/end handler... Platforms: *nix

License: Freeware Size: 307.2 KB Download (92): Apache::AxKit::XSP::Language::SimpleTaglib Download

Added: April 09, 2010 | Visits: 766

Object::Relation::Meta::Attribute::Schema Object::Relation::Meta::Attribute::Schema is a Perl module for Object::Relation database store builder. Synopsis # Assuming MyThingy was generated by Object::Relation::Meta and that were building # a data store schema. my $class = MyThingy->my_class; print "nAttributes:n"; for my $attr... Platforms: *nix

License: Freeware Size: 235.52 KB Download (94): Object::Relation::Meta::Attribute::Schema Download

Added: October 17, 2010 | Visits: 903

Class::Std::Storable Class::Std::Storable is a Perl module to support for creating serializable "inside-out" classes. SYNOPSIS In general, use this class exactly as you would Class::Std. package Ice::Cream; use Class::Std::Storable; { my %name_of :ATTR( :get :set ); my %flavor_of :ATTR( :get :set );... Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Class::Std::Storable Download

Added: November 25, 2010 | Visits: 1.033

SOAP::Data SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which... Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): SOAP::Data Download

Added: February 03, 2010 | Visits: 1.077

Dialog Dialog is a Perl interface to dialog(3). SYNOPSIS B< use Dialog; > #now we are creating the new dialog window $dlg = Dialog->new(title, y,x,height,width); #inserting input line $line = $dlg->inputline(name, y, x, width, text); #adding button $btn = $dlg->button(name, y, x, text,... Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Dialog Download

Added: March 24, 2010 | Visits: 940

Term::TtyRec::Player Term::TtyRec::Player is a Perl module that playbacks ttyrec data. SYNOPSIS use Term::TtyRec::Player; use FileHandle; # $handle is any IO::* object my $handle = FileHandle->new(file.tty); my $player = Term::TtyRec::Player->new($handle); # options can be set as hashref my $player =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (111): Term::TtyRec::Player Download

Added: July 24, 2010 | Visits: 1.478

DBI DBI is a database independent interface for Perl. SYNOPSIS use DBI; @driver_names = DBI->available_drivers; %drivers = DBI->installed_drivers; @data_sources = DBI->data_sources($driver_name, %attr); $dbh = DBI->connect($data_source, $username, $auth, %attr); $rv =... Platforms: *nix

License: Freeware Size: 481.28 KB Download (122): DBI Download

Added: April 11, 2010 | Visits: 1.548

XML::DOM::Lite::XPath XML::DOM::Lite::XPath is a Perl module for XPath support for XML::DOM::Lite. SYNOPSIS # XPath use XML::DOM::Lite qw(XPath); $result = XPath->evaluate(/path/to/*[@attr="value"], $contextNode); This XPath library is fairly complete - there are still a few functions outstanding which need to... Platforms: *nix

License: Freeware Size: 31.74 KB Download (127): XML::DOM::Lite::XPath Download

Added: May 13, 2010 | Visits: 1.147

XML::DOM::Lite XML::DOM::Lite is a Lite Pure Perl XML DOM Parser Kit. SYNOPSIS # Parser use XML::DOM::Lite qw(Parser :constants); $parser = Parser->new( %options ); $doc = Parser->parse($xmlstr); $doc = Parser->parseFile(/path/to/file.xml); # strip whitespace (can be about 30% faster) $doc =... Platforms: *nix

License: Freeware Size: 30.72 KB Download (97): XML::DOM::Lite Download

Added: November 05, 2010 | Visits: 906

XML::EasySQL::XMLobj XML::EasySQL::XMLobj is a Fork of Robert Hansons killer XML::EasyOBJ module, which offers Easy XML object navigation. SYNOPSIS XML::EasySQL::XMLobj is a fork of Robert Hansons XML::EasyOBJ module. The goal of the fork was to simplify inheritance issues. However, easy inheritance comes at a... Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): XML::EasySQL::XMLobj Download

Added: March 12, 2010 | Visits: 682

XML::EasyOBJ XML::EasyOBJ is an easy XML object navigation. SYNOPSIS # open exisiting file my $doc = new XML::EasyOBJ(my_xml_document.xml); my $doc = new XML::EasyOBJ(-type => file, -param => my_xml_document.xml); # create object from XML string my $doc = new XML::EasyOBJ(-type => string, -param =>... Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): XML::EasyOBJ Download

Added: July 17, 2010 | Visits: 911

CSS::SAC::LexicalUnit CSS::SAC::LexicalUnit is a Perl module that contains SAC units. SYNOPSIS use CSS::SAC::LexicalUnit qw(:constants); foo if $lu->is_type(LU_TYPE_CONSTANT); In the SAC spec, LexicalUnit is a linked list, that is, you only ever hold one LexicalUnit, and you ask for the next of for the previous... Platforms: *nix

License: Freeware Size: 37.89 KB Download (92): CSS::SAC::LexicalUnit Download

Added: June 06, 2010 | Visits: 913

VCS::CMSynergy VCS::CMSynergy is a Perl interface to Telelogic SYNERGY/CM (aka Continuus/CM). SYNOPSIS use VCS::CMSynergy; $ccm = VCS::CMSynergy->new(%attr); ($rc, $out, $err) = $ccm->ccm($ccm_command, @ccm_args); ($rc, $out, $err) = $ccm->any_ccm_command(@ccm_args); $ary_ref =... Platforms: *nix

License: Freeware Size: 112.64 KB Download (96): VCS::CMSynergy Download

Added: May 16, 2010 | Visits: 1.061

XML::DOM::Element XML::DOM::Element is an XML element node in XML::DOM. XML::DOM::Element extends XML::DOM::Node. By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes. Assume the following XML document: < elementExample id="demo" > <... Platforms: *nix

License: Freeware Size: 112.64 KB Download (102): XML::DOM::Element Download

Added: March 02, 2010 | Visits: 830

XML::DOM XML::DOM is a perl module for building DOM Level 1 compliant document structures. SYNOPSIS use XML::DOM; my $parser = new XML::DOM::Parser; my $doc = $parser->parsefile ("file.xml"); # print all HREF attributes of all CODEBASE elements my $nodes = $doc->getElementsByTagName... Platforms: *nix

License: Freeware Size: 143.36 KB Download (97): XML::DOM Download

Added: February 20, 2010 | Visits: 973

Pod::WSDL::Doc Pod::WSDL::Doc is a Perl module that represents the WSDL pod for the documentation of methods (internal use only). SYNOPSIS use Pod::WSDL::Doc; my $doc = new Pod::WSDL::Doc(_DOC This method is for blah ...); This module is used internally by Pod::WSDL. It is unlikely that you have to... Platforms: *nix

License: Freeware Size: 27.65 KB Download (100): Pod::WSDL::Doc Download

< 1 2 3 >