This Week on p5p 2001/04/01

Notes You can subscribe to an email version of this summary by sending an empty message to perl5-porters-digest-subscribe@netthink.co.uk. Please send corrections and additions to perl-thisweek-YYYYMM@simon-cozens.org where YYYYMM is the current year and month. Changes and additions to the perl5-porters…

Read it

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

This Week on p5p 2001/03/26

Notes You can subscribe to an email version of this summary by sending an empty message to perl5-porters-digest-subscribe@netthink.co.uk. Please send corrections and additions to perl-thisweek-YYYYMM@simon-cozens.org where YYYYMM is the current year and month. Changes and additions to the perl5-porters…

Read it

This Week on p5p 2001/03/19

Notes You can subscribe to an email version of this summary by sending an empty message to perl5-porters-digest-subscribe@netthink.co.uk. Please send corrections and additions to perl-thisweek-YYYYMM@simon-cozens.org where YYYYMM is the current year and month. Changes and additions to the perl5-porters…

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

This Week on p5p 2001/03/12

Notes You can subscribe to an email version of this summary by sending an empty message to perl5-porters-digest-subscribe@netthink.co.uk. Please send corrections and additions to perl-thisweek-YYYYMM@simon-cozens.org where YYYYMM is the current year and month. Changes and additions to the perl5-porters…

Read it

This Week on p5p 2001/03/05

Notes You can subscribe to an email version of this summary by sending an empty message to perl5-porters-digest-subscribe@netthink.co.uk. Please send corrections and additions to perl-thisweek-YYYYMM@simon-cozens.org where YYYYMM is the current year and month. We’re trying something new this week,…

Read it

This Week on p5p 2001/02/26

Notes You can subscribe to an email version of this summary by sending an empty message to perl5-porters-digest@netthink.co.uk; there’s also a similar summary for the Perl 6 mailing lists, which you can subscribe to at perl6-digest@netthink.co.uk. Please send corrections…

Read it

This Week on p6p 2001/02/18

Notes Please send corrections and additions to perl6-thisweek-YYYYMM@simon-cozens.org where YYYYMM is the current year and month. We looked at over 400 messages this week, about a quarter of which were to do with garbage collection. Again. I’m afraid this…

Read it

This Week on p5p 2001/02/12

Notes You can subscribe to an email version of this summary by sending an empty message to p5p-digest-subscribe@plover.com. Please send corrections and additions to perl-thisweek-YYYYMM@simon-cozens.org where YYYYMM is the current year and month. I’ve been having mail problems this…

Read it

This Week on p5p 2001/02/06

Notes You can subscribe to an email version of this summary by sending an empty message to p5p-digest-subscribe@plover.com. Please send corrections and additions to perl-thisweek-YYYYMM@simon-cozens.org where YYYYMM is the current year and month. Wow. 600 messages this week, and…

Read it

This Week on p5p 2001/01/28

Notes You can subscribe to an email version of this summary by sending an empty message to p5p-digest-subscribe@plover.com. Please send corrections and additions to perl-thisweek-YYYYMM@simon-cozens.org where YYYYMM is the current year and month. There were 317 messages this week,…

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