Skip to content

Instantly share code, notes, and snippets.

@fuba
Created January 27, 2009 10:53
Show Gist options
  • Save fuba/53291 to your computer and use it in GitHub Desktop.
Save fuba/53291 to your computer and use it in GitHub Desktop.
I want to use the POST method on all methods on Net::Twitter
541 my $reqtype = ( ( $method_def->{post} ) || ( (defined $args) && $args->{post} ) ) ? "POST" : "GET";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment