A Simple Gnome Panel Applet

Table of Contents •Program overview •Initialization •The callbacks •Conclusion Gnome is the desktop environment of choice on my home Linux system because it is feature-packed and user friendly. Gnome is also flexible, and thanks to the Gtk-Perl module and…

Read it

Creating Modular Web Pages With EmbPerl

Table of Contents •Getting Started •Hello World •Web Site Global Variables •Modular Files •Modular File Inheritance •Subroutines in EmbperlObject •Conclusions This tutorial is intended as a complement to the Embperl documentation, not a replacement. We assume a basic familiarity…

Read it

Quick Start with SOAP

Quick Start with SOAP -> Table of Contents •Quick Start with SOAP•Writing a CGI-based Server•Client•Passing Values•Autodispatching•Objects access•Error handling•Service dispatch (different services on one server)•Types and Names•Conclusion Part 2 of this series SOAP (Simple Object Access Protocol) is a way for…

Read it