(found this on /.)

# $version 0.01$

my $funds = get_money('src'=>'microsoft');
$funds   += get_money('src'=>'sun');
$funds   += get_money('src'=>'baystar');
$funds   += get_money('src'=>'hapless_investors');

while ( $funds > 0 )
{
   $funds -= pay_legal();

   sue_someone('target'=>rand);
   public_release('threat'=>rand);
   exercise_sell_options('officer'=>rand);
}

die;
&nbsp ; 

=====


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

Reply via email to