beta BLOG dot NET

/* bugs, features, drafts, and solutions. */

// Perl module of …

Sebastian blogged on 2010-08-13T00:34:49+00:00

Perl module of the day (1)


Control where you go when you die() ...

[-] hide code
#!/usr/bin/perl
use Religion;

$Die::Handler = new DieHandler  sub {
  die q/Goodbye, cruel world/;
};

__END__

Well, the Religion module will celebrate it's 15th birthday this year! *dance*


# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

2 comments

, 

no trackbacks

→ leave a comment


# 

trackback_url

( http://mt42.beta-blog.net/script/trackback/194097 );

// 2 comments:

Zora commented on 2010-08-13T00:34:49+00:00

Ich spüre hier eine gedankliche Nähe zu dem zuvor besprochenen Handler-Suizid ;)


Zora commented on 2010-08-13T00:34:49+00:00

Btw: Ich glaube *dance* ist jetzt mein Lieblingssmiley (oder eigentlich sollte man Emoticon sagen) :D


here goes the message.