Group
Extension

Matches 2

VK-App ( M/MA/MAG/VK-App-0.12.tar.gz, MAG, 2015; MetaCPAN )
VK-App/scripts/vmd.pl ( view source; MetaCPAN )
.vmd.cookie", # Name of the file to restore cookies from and save cookies to
	format => 'Perl', # JSON, XML or Perl. Perl by default
	scope => 'friends,photos,audio,video,wall,groups,messages,offline'
VK-App ( M/MA/MAG/VK-App-0.12.tar.gz, MAG, 2015; MetaCPAN )
VK-App/lib/VK/App.pm ( view source; MetaCPAN )
package VK::App;

use strict;
use warnings;
use LWP;
use LWP::Protocol::https;
use JSON;

our $VERSION = 0.12;

sub new {
  my ($class, %args) = @_;
  die "USAGE:\nVK::App->new(api_id => .
rn $content if ($self->{format} eq "XML");
  return $content if ($self->{format} eq "JSON");
  return decode_json($content);
}

1;

__END__

#################### DOCUMENTATION ###############
l,groups,messages,offline',
            # Data format that will receive as a result of requests 'JSON', 'XML' or 'Perl'.
            # Perl object by default.
            format => 'Perl',
    );

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.