The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

AnyMongo::BSON::Code - BSON type,it's used to represent JavaScript code and, optionally, scope.

VERSION

version 0.03

SYNOPSIS

DESCRIPTION

ATTRIBUTES

code

A string of JavaScript code.

scope

An optional hash of variables to pass as the scope.

NAME

AnyMongo::Code

AUTHOR

COPYRIGHT

AUTHORS

  • Pan Fan(nightsailer) <nightsailer at gmail.com>

  • Kristina Chodorow <kristina at 10gen.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Pan Fan(nightsailer).

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.