Friday, January 31, 2014

Trying just MongoDB, and it works! And it works! #!/usr/bin/perl use feature qw{ say state } ; use ...

Trying just MongoDB, and it works!

And it works! #!/usr/bin/perl



use feature qw{ say state } ;

use strict ;

use warnings ;

use Data::Dumper ;

use MongoDBx::Class ;

use MongoDB ;



my @movies ;

push @movies,

{

title => 'Blade Runner',

rating => 'R',

releaseY...




No comments:

Post a Comment