IHBT https://twitter.com/that_crab/status/4378649510 use Net::Twitter;
open O,"<",$0;
$t=Net::Twitter->new(traits=>[qw/API::REST/],username=>'that_crab',password=>'IHBTBY');
$t->update(join"\n",<O>);
FUCK TWITTER I DON'T GIVE A FUCK I DON'T WANT TO DO ANYTHING RELATED TO TWITTER. WRITING TWITTER CRAP IS LIKE WRITING CRAP FOR MICROSOFT: YOU'RE ONLY HELPING THEM WITHOUT GETTING A PENNY BACK. AND EVEN IF i GO THAT PENNY BACK I'D ONLY STICK IN IN THE EXECUTIVES ANSS BECZ I DON'T GIVE A FUCK BEEEATCH
Name:
Anonymous2009-09-27 9:44
>>5 use Net::Twitter;open+0;Net::Twitter->new(username=>'that_crab',password=>'IHBTBY')->update(<0>)
Name:
Anonymous2009-09-27 9:49
>>9
you're starting to get less lucid. need to twiddle some knobs?
>>15
So what, you conveniently called same readily-made functions? Congratulations, Kodak, but I believe that you can call functions from specified libraries in every language (well, every language that counts).
>>15 >>18
Yeah, it's cheating if you open your own source file. A quine does not have to be in a source file at all; you should be able to pipe it to stdin of the interpreter/compiler+run, and get the same back in stdout.