Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

BooK (2612)

BooK
  {book} {at} {cpan.org}
http://paris.mongueurs.net/
Yahoo! ID: philippe_bruhat (Add User, Send Message)

Obfuscation [plover.com]. Pink [axis-of-aevil.net]. HTTP::Proxy [cpan.org]. YEF [yapceurope.org]. Fishnet [perl.org]. Kapow [cpan.org]. Cog's [perl.org] bitch [cpan.org]. Invitation [perl.org]. White [perl.org] Camel [perl.org]. Nuff' said.

Journal of BooK (2612)

Tuesday December 14, 2004
06:54 AM

Kapow! Zamm!! Splatt!!!

[ #22301 ]

Yesterday, I decided that all my metasyntactic^Wdummy variable names are dull. So are my dummy data sets. Consider the following test script:

$foo = complex_function('bar');
is( $foo, 'baz', "foo *is* baz" );

Boring, isn't it?

It was even worse before, when I used the French metastuff: toto, titi, tata, tutu... French people also use pipo (I wonder how the list continues...), but I don't. Other French people use the whole shadok vocabulary (ga, bu, zo, meu), but again, I don't.

On this glorious day, I hereby declare that, from now on, whenever I need a dummy name or piece of data, I will use the sound effects for the 60's Batman serial.

I mean, look at this!

$bloop = complex_function('zlonk');
is( $bloop, 'whap', "bloop *is* whap" );

Ain't it just cool? Holy one track batcomputer mind!

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.