Wabewalker ([info]wabewalker) wrote,
@ 2008-02-14 14:03:00
Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Current location:Norwalk Dr, San Jose, CA 95129
Entry tags:programming, technology, work

Sanity thru Perl Geeking

In summary:

#!/usr/bin/perl -l
@m = qw(mi cro soft);
@y = qw(ya hoo);

while (@m && @y) {
  $s = shift @{rand > .5 ? \@m : \@y};
  push @r, $s if !@r || rand > .5
}

$" = "";
print "\u@r!"';


Create an Account
Forgot your login?
Login w/ OpenID
English • Español • Deutsch • Русский…