SCO Proposes Selling its Mobility "Business"... to Darl McBride

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News SCO Proposes Selling its Mobility "Business"... to Darl McBride
# 1  
Old 02-27-2010
SCO Proposes Selling its Mobility "Business"... to Darl McBride

SCO's Chapter 11 Trustee Edward Cahn not only proposes to let Ralph Yarro "loan" some money to the company at what Novell calls egregiously inequitable terms -- inequitable to everyone but Ralph Yarro and the gang, that is -- but now he proposes to sell SCO's "mobility business", which not long ago SCO said was worth millions, if I recall correctly, to another SCO insider, Darl McBride, for $35,000.
Here's the only reasonable explanation. Judge Cahn's evil twin has kidnapped his brother, thrown him in the dungeon of the castle, welded an iron mask on him, and the Pretender is now signing all these proposals and filing them with the court.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Business::OnlinePayment::PaymenTech(3pm)		User Contributed Perl Documentation		  Business::OnlinePayment::PaymenTech(3pm)

NAME
Business::OnlinePayment::PaymenTech - Chase Paymentech backend for Business::OnlinePayment SYNOPSIS
$trans = new Business::OnlinePayment('PaymenTech', merchant_id => "000111222333", terminal_id => "001", currency => "USD", # CAD, MXN ); $trans->content( login => "login", password => "password", type => "CC", card_number => "5500000000000004", expiration => "0211", address => "123 Anystreet", city => "Sacramento", zip => "95824", action => "Normal Authorization", amount => "24.99", ); $trans->submit; if($trans->is_approved) { print "Approved: ".$trans->authorization; } else { print "Failed: ".$trans->error_message; } NOTES
Electronic check processing and recurring billing are not yet supported. AUTHOR
Mark Wells, mark@freeside.biz SEE ALSO
perl(1). Business::OnlinePayment. perl v5.10.1 2010-10-11 Business::OnlinePayment::PaymenTech(3pm)