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