Not sure if I should put this in Poetry or CUFP or what, but nonethless, this is the first time I've heard of the track titles of a CD forming a Perl program. From the Fällt Music record label, Pimmon released an album and the tracks are as follows:

01#!/usr/bin/perl
02$power = 8;
03sub fission {
04fork
05or $child = 1;
06$power-- if $child;
07if ($child) {exit unless --$power}
08return $child; }
09while (not &fission) {
10print 0;
11bomb:
12while (&fission)
13{ print 1 }
14}
15goto 'bomb';

Kids, don't run this program at home, unless you know what you're doing :) Interestingly enough, while the release is limited to only 250 copies worldwide, the material is released under the terms of the GPL.

More information can be found at here at Fällt.

In case you were wondering, it reminds me a lot of Autechre or Scanner, i.e., very weird, on the border of noise and music. I like it a lot :)


print@_{sort keys %_},$/if%_=split//,'= & *a?b:e\f/h^h!j+n,o@o;r$s-t%t#u'

In reply to Pimmon - While, or, a perl program as a CD track listing by grinder

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.