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

Hello World freeware
Filter: All | Freeware | Demo
 

Hello World

< 1 2 3 4 5 > 
Added: September 24, 2010 | Visits: 859

Locale::Maketext::Lexicon::Gettext Locale::Maketext::Lexicon::Gettext is a Perl module for PO and MO file parser for Maketext. SYNOPSIS Called via Locale::Maketext::Lexicon: package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { de => [Gettext => hello/de.mo], }; Directly calling parse(): use... Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): Locale::Maketext::Lexicon::Gettext Download

Added: January 03, 2010 | Visits: 957

XML::TiePYX XML::TiePYX is a Perl module to read or write XML data in PYX format via tied filehandle SYNOPSIS use XML::TiePYX; tie *XML,XML::TiePYX,file.xml open IN,file.xml or die $!; tie *XML,XML::TiePYX,*IN,Condense=>0; my $text=< tag xmlns="http://www.omsdev.com" >text< /tag >; tie... Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): XML::TiePYX Download

Added: March 04, 2010 | Visits: 783

Search::FreeText Search::FreeText is a free text indexing module for medium-to-large text corpuses. SYNOPSIS my $test = new Search::FreeText(-db => [DB_File, "stories.db"]); $text->open_index(); $text->clear_index(); $text->index_document(1, "Hello world"); $text->index_document(2, "World in motion");... Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): Search::FreeText Download

Added: January 22, 2010 | Visits: 875

Scalar::Properties Scalar::Properties is a Perl module package that contains run-time properties on scalar variables. SYNOPSIS use Scalar::Properties; my $val = 0->true; if ($val && $val == 0) { print "yup, its true alright...n"; } my @text = ( hello world->greeting(1), forget it, hi... Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Scalar::Properties Download

Added: August 27, 2010 | Visits: 818

Tree::Simple::SAX Tree::Simple::SAX is a set of classes for using Tree::Simple with XML. SYNOPSIS use Tree::Simple::SAX; use XML::SAX::ParserFactory; my $handler = Tree::Simple::SAX::Handler->new(Tree::Simple->new()); my $p = XML::SAX::ParserFactory->parser(Handler => $handler); $p->parse_string(... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Tree::Simple::SAX Download

Added: July 08, 2010 | Visits: 873

HTTPClient This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the... Platforms: *nix

License: Freeware Size: 532.48 KB Download (94): HTTPClient Download

Added: February 20, 2010 | Visits: 1.181

Apache::AxKit::Language::XSP Apache::AxKit::Language::XSP is a Perl module with eXtensible Server Pages. SYNOPSIS < xsp:page xmlns:xsp="http://apache.org/xsp/core/v1" > < xsp:structure > < xsp:import >Time::Object< /xsp:import > < /xsp:structure > < page > < title >XSP Test< /title > < para > Hello World! <... Platforms: *nix

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

Added: August 03, 2010 | Visits: 1.252

PDL::Graphics::AquaTerm PDL::Graphics::AquaTerm is a Perl module that provides access to the AquaTerm Mac OS-X graphics terminal. SYNOPSIS # example 1 use PDL; use PDL::Graphics::LUT; use PDL::Graphics::AquaTerm; my $x_size = 255; my $y_size = 255; aquaOpen({SIZE_X => $x_size, SIZE_Y => $y_size});... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): PDL::Graphics::AquaTerm Download

Added: May 18, 2010 | Visits: 1.153

Test::WWW::Selenium Test::WWW::Selenium is a Perl module to test applications using Selenium Remote Control. SYNOPSIS Test::WWW::Selenium is a subclass of WWW::Selenium that provides convenient testing functions. use Test::More tests => 5; use Test::WWW::Selenium; # Parameters are passed through to... Platforms: *nix

License: Freeware Size: 39.94 KB Download (93): Test::WWW::Selenium Download

Added: August 13, 2010 | Visits: 761

HTML::Declare HTML::Declare is a Perl module for When Template Systems Are Too Huge And Heredocs Too Messy. SYNOPSIS # Import all constructors use HTML::Declare :all; # A simple hello world print HTML { _ => [ HEAD { _ => TITLE { _ => Hello World! } }, BODY { _ => Hello World! } ] }; # Import... Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): HTML::Declare Download

Added: April 16, 2010 | Visits: 975

B::Deparse B::Deparse is a Perl compiler backend to produce perl code. SYNOPSIS perl -MO=Deparse[,-d][,-fFILE][,-p][,-q][,-l] [,-sLETTERS][,-xLEVEL] prog.pl B::Deparse is a backend module for the Perl compiler that generates perl source code, based on the internal compiled structure that perl itself... Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): B::Deparse Download

Added: August 15, 2010 | Visits: 717

Locale::Maketext::Lexicon Locale::Maketext::Lexicon is a Perl module to use other catalog formats in Maketext. SYNOPSIS As part of a localization class, automatically glob for available lexicons: package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { * => [Gettext =>... Platforms: *nix

License: Freeware Size: 83.97 KB Download (92): Locale::Maketext::Lexicon Download

Added: October 12, 2010 | Visits: 561

Class::Prototyped::Mixin Class::Prototyped::Mixin Perl module contains Mixin Support for Class::Prototyped. SYNOPSIS Usage one: whip up a class and toss it in a scalar package HelloWorld; sub hello { my ($self, $age) = @_; return "Hello World! I am $age years old" } package HelloWorld::Uppercase; use base... Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): Class::Prototyped::Mixin Download

Added: September 07, 2010 | Visits: 1.039

DynaPage::Document DynaPage::Document is a Perl module with DynaPage Document container. SYNOPSIS: step1 - document ( create file mydoc.document ) ---[content of mydoc-document.info]--- !include.template =- mydoc-template.htmt my-title =- This is single line my-head =- Hello World my-para ==~ This is... Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): DynaPage::Document Download

Added: October 21, 2010 | Visits: 864

HTTP::OAI::Repository HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL. Using the OAI-PERL library in a repository context requires the user to build the OAI responses to be sent to OAI harvesters. SYNOPSIS use HTTP::OAI::Harvester; use... Platforms: *nix

License: Freeware Size: 36.86 KB Download (92): HTTP::OAI::Repository Download

Added: January 27, 2010 | Visits: 1.050

XML::Writer XML::Writer is a Perl extension for writing XML documents. SYNOPSIS use XML::Writer; use IO::File; my $output = new IO::File(">output.xml"); my $writer = new XML::Writer(OUTPUT => $output); $writer->startTag("greeting", "class" => "simple"); $writer->characters("Hello, world!");... Platforms: *nix

License: Freeware Size: 22.53 KB Download (91): XML::Writer Download

Added: January 17, 2010 | Visits: 861

Text::ScriptTemplate Text::ScriptTemplate is a standalone ASP/JSP/PHP-style template processor. SYNOPSIS use Text::ScriptTemplate; $text = < # - any Perl expression is supported Message is: < %= $TEXT % >. # - also supports variable expansion < % } % >... Platforms: *nix

License: Freeware Size: 9.22 KB Download (91): Text::ScriptTemplate Download

Added: August 08, 2010 | Visits: 788

QWizard QWizard is a Perl module that can display a series of questions, get the answers, and act on the answers. SYNOPSIS # # The following code works as a application *or* as a CGI script both: # use QWizard; my %primaries = ( starting_node => { title => "starting here", introduction =>... Platforms: *nix

License: Freeware Size: 81.92 KB Download (91): QWizard Download

Added: March 06, 2010 | Visits: 616

PurpleWiki::InlineNode PurpleWiki::InlineNode Perl module offers inline node object. SYNOPSIS use PurpleWiki::InlineNode; # Create node of type text and content Hello, world! my $inlineNode1 = PurpleWiki::InlineNode->new(type => text, content => Hello, world!); # Represent bolded and italicized Hello,... Platforms: *nix

License: Freeware Size: 143.36 KB Download (90): PurpleWiki::InlineNode Download

Added: May 01, 2010 | Visits: 662

Blindeyes 1.0.0 BlindEyes is an open-source distributed framework designed to allow the distribution and chaining together of code in many popular languages. BlindEye is a Web Interface front-end to BlindEyes. It allows the user to submit and view jobs, view statistics on the controller and the nodes, and... Platforms: *nix

License: Freeware Size: 11 MB Download (90): Blindeyes 1.0.0 Download

< 1 2 3 4 5 >