Group
Extension

Matches 3

Labyrinth-Plugin-Survey ( B/BA/BARBIE/Labyrinth-Plugin-Survey-0.08.tar.gz, BARBIE, 2014; MetaCPAN )
Labyrinth-Plugin-Survey/vhost/toolkit/notify/act-addtalks.pl ( view source; MetaCPAN )
-
# Library Modules

use lib ( "$BASE/lib", "$BASE/plugins" );
use utf8;

use HTML::Entities;
use JSON;
use WWW::Mechanize;
use Time::Local;

use Labyrinth::Globals;
use Labyrinth::Variables;

#------
content=".Dumper($mech->content());


## Process data

#my $data = from_json($mech->content(), {utf8 => 1});
my $data = from_json($mech->content());

#print STDERR "data=".Dumper($data);

my %counts =
Labyrinth-Plugin-Survey ( B/BA/BARBIE/Labyrinth-Plugin-Survey-0.08.tar.gz, BARBIE, 2014; MetaCPAN )
Labyrinth-Plugin-Survey/lib/Labyrinth/Plugin/Survey/Act/API.pm ( view source; MetaCPAN )
e Labyrinth::Variables;

use Crypt::Lite;
use Digest::SHA1  qw(sha1_hex);
use HTML::Entities;
use JSON;
use Time::Local;
use WWW::Mechanize;

#---------------------------------------------------------
ODS

=over 4

=item LoadUsers

Builds the API call to retrieve the users, and stores the returned JSON into
the database, referencing all the users within Act, who have been recorded as
a speaker and/
LoadTalks

Builds he API call to retrieve the talks for the conference event. Parses the
returned JSON, filtering the talks based on day, room and type into specific
categories and stores within the d
Labyrinth-Plugin-Survey ( B/BA/BARBIE/Labyrinth-Plugin-Survey-0.08.tar.gz, BARBIE, 2014; MetaCPAN )
Labyrinth-Plugin-Survey/vhost/toolkit/notify/act-addusers.pl ( view source; MetaCPAN )
E/plugins" );
use utf8;

use Crypt::Lite;
use Digest::SHA1  qw(sha1_hex);
use HTML::Entities;
use JSON;
use WWW::Mechanize;

use Labyrinth::Globals;
use Labyrinth::Variables;

#-----------------------
content=".Dumper($mech->content());


## Process data

#my $data = from_json($mech->content(), {utf8 => 1});
my $data = from_json($mech->content());

#print STDERR "data=".Dumper($data);

my ($found,$

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