Group
Extension

Matches 1

Acme-Constructor-Pythonic ( T/TO/TOBYINK/Acme-Constructor-Pythonic-0.002.tar.gz, TOBYINK, 2014; MetaCPAN )
Acme-Constructor-Pythonic/lib/Acme/Constructor/Pythonic.pm ( view source; MetaCPAN )

        JSON
        HTTP::Request
    );
    
    my $json = JSON();
    my $ua   = UserAgent();
    my $req  = Request( GET => 'http://www.example.com/foo.json' );
    
    my $data = $json->decode
object instantiation in Perl. The example in
the SYNOPSIS creates three functions C<UserAgent>, C<JSON> and <Request> each
of which just pass through their arguments to the real object constructors.


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