I was looking a way to add a very simple twitter functionality into my script and was surprised to find out that after Twitter shut down basic authentication there's no simple way to just send a stupid tweet from your script. Every approach I found requires special modules which has several dependencies. Moreover none of the examples I found in internets worked for me. Could someone please help me to find simple and elegant way to send a tweet from a perl script using OAuth?
P.S. The only conceivable example I found was this Ruby code: http://twoism.posterous.com/a-no-bullshit-twitter-oauth-example
use … new … update. The module has only 5 direct non-core dependencies and installed within a minute on my Linux systems just fine. – daxim Jun 21 '11 at 8:15