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

Hello World freeware
Filter: All | Freeware | Demo
 

Hello World

< 1 2 3 4 5 > 
Added: March 04, 2010 | Visits: 777

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: 869

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: 813

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: February 20, 2010 | Visits: 1.177

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.248

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.147

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: 754

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: 969

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: 713

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: September 07, 2010 | Visits: 1.030

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: 861

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: November 24, 2010 | Visits: 871

XML::Parser XML::Parser is a perl module for parsing XML documents. SYNOPSIS use XML::Parser; $p1 = new XML::Parser(Style => Debug); $p1->parsefile(REC-xml-19980210.xml); $p1->parse( Hello World ); # Alternative $p2 = new XML::Parser(Handlers => {Start => &handle_start, End => &handle_end,...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (92): XML::Parser Download

Added: January 27, 2010 | Visits: 1.044

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: 856

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: 786

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: 610

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: September 24, 2010 | Visits: 853

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 (90): Locale::Maketext::Lexicon::Gettext Download

Added: July 08, 2010 | Visits: 868

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 (90): HTTPClient Download

Added: May 01, 2010 | Visits: 657

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

Added: January 03, 2010 | Visits: 638

Perl6::Pugs Perl6::Pugs is a Perl 6 Implementation. SYNOPSIS % pugs -e "{ Hello, , @^x }.(World!).say" Hello, World! With Perl 5 embedding support: use v6-alpha; use perl5:DBI; my $dbh = DBI.connect(dbi:SQLite:dbname=test.db); $dbh.do("CREATE TABLE Test (Project, Pumpking)"); Pugs is an...


Platforms: *nix

License: Freeware Size: 6.5 MB Download (90): Perl6::Pugs Download

< 1 2 3 4 5 >