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

Perl Syntactical Structures freeware
Filter: All | Freeware | Demo
 

Perl Syntactical Structures

1 2 3 4 5 > 
Added: February 04, 2010 | Visits: 1.237

Syntax::Highlight::Perl Syntax::Highlight::Perl is a Perl module that can highlight Perl Syntactical Structures. SYNOPSIS # simple procedural use Syntax::Highlight::Perl :BASIC; # or :FULL print format_string($my_string); # OO use Syntax::Highlight::Perl; my $formatter = new Syntax::Highlight::Perl; print... Platforms: *nix

License: Freeware Size: 33.79 KB Download (115): Syntax::Highlight::Perl Download

Added: October 15, 2010 | Visits: 1.064

Data::Dumper Data::Dumper module contains stringified perl data structures, suitable for both printing and eval. SYNOPSIS use Data::Dumper; # simple procedural interface print Dumper($foo, $bar); # extended usage with names print Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]); # configuration... Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): Data::Dumper Download

Added: October 27, 2010 | Visits: 1.122

HTML::LoL HTML::LoL is a Perl module that can construct HTML from pleasing Perl data structures. SYNOPSIS use HTML::LoL; &hl(sub { print shift }, [body => {bgcolor => white}, [p => Document body, ...], ...]); This module allows you to use Perl syntax to express HTML. The function hl() converts... Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): HTML::LoL Download

Added: November 21, 2010 | Visits: 1.009

Data::Walker Data::Walker is a tool for navigating through Perl data structures. SYNOPSIS Without any explicit objects: use Data::Walker; Data::Walker->cli( $data_structure ); Object-style invocation: use Data::Walker; my $w = new Data::Walker; $w->walk( $data_structure ); $w->ls("-al");... Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Data::Walker Download

Added: June 13, 2010 | Visits: 893

XML::Generator::PerlData XML::Generator::PerlData is a Perl extension for generating SAX2 events from nested Perl data structures. SYNOPSIS use XML::Generator::PerlData; use SomeSAX2HandlerOrFilter; ## Simple style ## # get a deeply nested Perl data structure... my $hash_ref =... Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): XML::Generator::PerlData Download

Added: July 20, 2010 | Visits: 1.284

Clone::More Clone::More is a Perl module that can copy Perl data structures. SYNOPSIS use Clone::More qw( clone ); my $structure = [ { key => value } ]; for my $set ( @$structure ) { my $clone = clone( $set ); for ( keys %$clone ) { print "Everything matches" if ( exists( $set->{$_} ) &&... Platforms: *nix

License: Freeware Size: 27.65 KB Download (108): Clone::More Download

Added: April 02, 2010 | Visits: 805

Storable Storable package contains persistence for Perl data structures. SYNOPSIS use Storable; store %table, file; $hashref = retrieve(file); use Storable qw(nstore store_fd nstore_fd freeze thaw dclone); # Network order nstore %table, file; $hashref = retrieve(file); # There is NO... Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): Storable Download

Added: June 07, 2010 | Visits: 567

PApp::Storable Storable module is a persistence for Perl data structures. SYNOPSIS use Storable; store %table, file; $hashref = retrieve(file); use Storable qw(nstore store_fd nstore_fd freeze thaw dclone); # Network order nstore %table, file; $hashref = retrieve(file); # There is NO nretrieve() #... Platforms: *nix

License: Freeware Size: 399.36 KB Download (88): PApp::Storable Download

Added: April 15, 2013 | Visits: 1.129

PHP Streamcast for Music and Sound PHP Streamcast is a front end for a version of streamcast (called stream-db) that will use a database as a backend for playlists and queues, instead of the current Perl data structures.stream-db is a database-enabled version of streamcast, an MP3 file streamer for icecast/shoutcast servers, using... Platforms: PHP

License: Freeware Size: 10 KB Download (50): PHP Streamcast for Music and Sound Download

Added: August 16, 2010 | Visits: 997

XML::Structured XML::Structured is a simple conversion API from XML to perl structures and back. SYNOPSIS use XML::Structured; $dtd = [ element => attribute1, attribute2, [], element1, [ element2 ], [ element3 => ... ], [[ element4 => ... ]], ]; $hashref = XMLin($dtd, $xmlstring); $hashref... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): XML::Structured Download

Added: September 06, 2010 | Visits: 1.096

Config::Framework Config::Framework is a Perl module with handy one-stop shopping for (most) of your configuration file needs. SYNOPSIS #create a new object, load two configuration files and decrypt the passwords. my $Object = new Config::Framework( Files => [ApplicationCfg.xml,UserCfg.xml], GetSecure => 1 )... Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Config::Framework Download

Added: June 16, 2010 | Visits: 1.549

RADIUS::Packet RADIUS::Packet is an object-oriented Perl interface to RADIUS packets. SYNOPSIS use RADIUS::Packet; use RADIUS::Dictionary; my $d = new RADIUS::Dictionary "/etc/radius/dictionary"; my $p = new RADIUS::Packet $d, $data; $p->dump; if ($p->attr(User-Name eq "lwall") { my $resp = new... Platforms: *nix

License: Freeware Size: 43.01 KB Download (147): RADIUS::Packet Download

Added: May 26, 2010 | Visits: 927

AIX::Perfstat AIX::Perfstat is a Perl wrapper for perfstat() functions. SYNOPSIS use AIX::Perfstat; $cput = AIX::Perfstat::cpu_total(); $diskt = AIX::Perfstat::disk_total(); $netift = AIX::Perfstat::netinterface_total(); $memoryt = AIX::Perfstat::memory_total(); $num_cpus = AIX::Perfstat::cpu_count();... Platforms: *nix

License: Freeware Size: 38.91 KB Download (118): AIX::Perfstat Download

Added: September 09, 2013 | Visits: 255

Data::DRef Data::DRef is a Perl module that provides a streamlined interface for accessing values within nested Perl data structures. These structures are generally networks of hashes and arrays, some of which may be blessed into various classes, containing a mix of simple scalar values and references to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): Data::DRef Download

Added: September 14, 2010 | Visits: 1.233

Bundle::Colloquy::BotBot2 Bundle::Colloquy::BotBot2 is a bundle to install all modules required for BotBot2. SYNOPSIS perl -MCPAN -e install Bundle::Colloquy::BotBot2 CONTENTS Colloquy::Bot::Simple - Simple robot interface for Colloquy Colloquy::Data - Read Colloquy 1.3 and 1.4 data files Config::General -... Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Bundle::Colloquy::BotBot2 Download

Added: September 24, 2013 | Visits: 425

PHP Streamcast PHP Streamcast is a front end for a version of streamcast (called stream-db) that will use a database as a backend for playlists and queues, instead of the current Perl data structures. The aim of the project is to create a streaming media station. Platforms: *nix

License: Freeware Size: 10.24 KB Download (54): PHP Streamcast Download

Added: May 10, 2013 | Visits: 481

SOAP::WSDL SOAP::WSDL is a WSDL based open-source SOAP toolkit for perl. It allows to easily create client and server SOAP interfaces based on a WSDL description. SOAP::WSDL does not attempt to implement all concepts in all versions of the SOAP and WSDL specifications, but to comply to the WS-I Basic... Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (56): SOAP::WSDL Download

Added: June 09, 2013 | Visits: 323

API::Plesk API::Plesk is a Perl module that provides interaction with Plesk 8.3.0 (API 1.5.0.0). Complete support of operations with Accounts, partial support of work with Templates (account and domains). Support of addition of domains to user Accounts. API::Plesk module gives the convenient interface for... Platforms: *nix

License: Freeware Size: 20.48 KB Download (35): API::Plesk Download

Added: August 02, 2010 | Visits: 865

YAML YAML - YAML Aint Markup Language. SYNOPSIS use YAML; # Load a YAML stream of 3 YAML documents into Perl data structures. my ($hashref, $arrayref, $string) = Load(<<...); --- name: ingy age: old weight: heavy # I should comment that I also like pink, but dont tell anybody. favorite... Platforms: *nix

License: Freeware Size: 98.3 KB Download (103): YAML Download

Added: February 16, 2010 | Visits: 976

DBD::AnyData DBD::AnyData is a DBI access to XML, CSV and other formats. SYNOPSIS use DBI; my $dbh = DBI->connect(dbi:AnyData(RaiseError=>1):); $dbh->func( trains, CSV, /users/joe/cars.csv, ad_catalog); $dbh->func( bikes, XML, [$xml_str], ad_import); $dbh->func( cars, DBI, $mysql_dbh, ad_import); #... Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): DBD::AnyData Download

1 2 3 4 5 >