No modified codes have been submitted for this Microcode.
On_Kawara tweets
Needs the Net::Twitter module (available on cpan)
29. April 2009
Needs the Net::Twitter module (available on cpan)
29. April 2009
#!/usr/bin/perl use Net::Twitter; ($user, $pass) = ("On_Kawara", "stillalive"); $client = Net::Twitter->new(username=>$user, password=>$pass); $result = $client->update("..."); $client = Net::Twitter->new(username=>$user, password=>$pass); $result = $client->update("I AM STILL ALIVE #art");