Group
Extension

Matches 2

R-Writer ( D/DM/DMAKI/R-Writer-0.00001.tar.gz, DMAKI, 2008; MetaCPAN )
R-Writer/lib/R/Writer.pm ( view source; MetaCPAN )
re functions, execute loops.
Probably need way to handle datasets.

=item Remove JavaScript-ness

JSON and what not are probably not needed.

=item Document Way To Feed The Script To "R"

=back

=head
R-Writer ( D/DM/DMAKI/R-Writer-0.00001.tar.gz, DMAKI, 2008; MetaCPAN )
R-Writer/lib/R/Writer/Encoder.pm ( view source; MetaCPAN )
served.

package R::Writer::Encoder;
use strict;
use warnings;

use JSON::XS (); # XXX - Remove this in the future?
our $CODER = JSON::XS->new->allow_nonref;

sub new    { bless \my $c, shift }
sub en

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