On 6/15/10 Tue  Jun 15, 2010  9:10 AM, "vyomesh Kulkarni"
<vyomesh...@gmail.com> scribbled:

> hello all
> 
> i am in need of perl script to generate the standard oauth-signature. i
> can take the required parameters as input from the user and then generate
> the sign based on the algorithm input. is there any module in perl which i
> can use?

The best way to find Perl modules (other than asking other Perl users) is to
go to the CPAN search site (<http://search.cpan.org>). A quick search there
on "oauth" reveals 86 entries, including such modules as Net::OAuth,
Net::OAuth::Simple, and OAuth::Lite. Perhaps one of those can help you. (I
have no experience with oauth).

Good luck!



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to