T-shirts

Chris Radcliff chris at velocigen.com
Mon Jun 25 14:38:36 CDT 2001


~sdpm~

Hello all,

I'm about to mock up a quick t-shirt design, so I'm wondering if we have
consensus about the text on the shirt. Since consensus is so important,
I've enclosed my own version of the shirt code, which is completely
incompatible with other versions. :) jalph.pl would go on the front, and
SanDiego.pm would go on the back. (BTW, I've checked the code. It runs.)

Over the next 24 hours, could everyone post their vote/choice/thought to
the list, so Bobby can tabulate them and mix them and shake them and
come up with the final text? Whatever gets chosen goes on the first
mock-up.

Thanks,
~chris


--- japlh.pl -----
#!/usr/bin/perl

use SanDiego;

print "Just ",
                (in SanDiego)
     ? "A Local"
                 : "Another",
       " Perl Hacker!";


--- SanDiego.pm ---
package SanDiego;

our %SanDiego = (
    weather        => 'Wonderful',
    beaches        => ['sandy', 'sunny', 'scenic'],
    PerlMongers    => 'SanDiego.pm',
    conference     => 'Open Source',
    electricity    => rand(1),
    Zoo            => 'World Famous',
);
 
sub in {
    if 
       ($SanDiego{ weather} and
        $SanDiego{ conference} and
        $SanDiego{ PerlMongers}) {
        
        "I must be home!";
    }
}
 
("true, true");
~sdpm~

The posting address is: san-diego-pm-list at hfb.pm.org

List requests should be sent to: majordomo at hfb.pm.org

If you ever want to remove yourself from this mailing list,
you can send mail to <majordomo at happyfunball.pm.org> with the following
command in the body of your email message:

    unsubscribe san-diego-pm-list

If you ever need to get in contact with the owner of the list,
(if you have trouble unsubscribing, or have questions about the
list itself) send email to <owner-san-diego-pm-list at happyfunball.pm.org> .
This is the general rule for most mailing lists when you need
to contact a human.




More information about the San-Diego-pm mailing list