NAME

JE::Object::String - JavaScript String object class

SYNOPSIS

use JE::Object::String;

$js_str_obj = new JE::Object::String $scope, "etetfyoyfoht";

$perl_str = $js_str_obj->value;

DESCRIPTION

This class implements JavaScript String objects for JE. The difference between this and JE::String is that that module implements primitive string value, while this module implements the objects.

SEE ALSO

JE
JE::Object
JE::String

1 POD Error

The following errors were encountered while parsing the POD:

Around line 72:

=over without closing =back