$str = uri_escape( $str) ;
This looks rather dubious to me. You are also URL-escaping the & separators, even though you probably shouldn't do that. Instead URI-escape each parameter individually.
my $v_search_url = "http://vimeo.com/api/rest/v2? method=$method...";
Are you sure there needs to be a spasce after the question mark?
In reply to Re: Perl + vimeo | Getting error in authenticating advanced API's
by moritz
in thread Perl + vimeo | Getting error in authenticating advanced API's
by singh.ashwini
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |