NAME
JE::String - JavaScript string value
SYNOPSIS
use JE;
use JE::String;
$j = JE->new;
$js_str = new JE::String $j, "etetfyoyfoht";
$perl_str = $js_str->value;
$js_str->to_object; # retuns a new JE::String::Object;
DESCRIPTION
This class implements JavaScript string values for JE. The difference in use between this and JE::Object::String is that that module implements string objects, while this module implements the primitive values.
The stringification operator is overloaded.
SEE ALSO
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 142:
=over without closing =back