Home

February 14th, 2008

swat kats, autobot, optimus prime, transformer, cartoon, angry, rob, bitter, animation, condensed comics

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!"';