Name: Anonymous 2009-09-25 15:59
Challenge: Using the twitter API, you must code a program that will tweet it's own source code.
GOOD LUCK.
GOOD LUCK.
use Net::Twitter;
open O,"<",$0;
$t=Net::Twitter->new(traits=>[qw/API::REST/],username=>'that_crab',password=>'IHBTBY');
$t->update(join"\n",<O>);