parrotcode: Parrot String | |
Contents | Perl Modules |
Parrot::String - Parrot String
use Parrot::String;
Parrot::String
represents a Parrot string.
new($flags, $encoding, $type, $size, $data)
Parrot::String
.flags($flags)
flags()
encoding($encoding)
encoding()
type($type)
type()
size($size)
size()
data($data)
data()
unpack($string)
packed_size()
pack()
Author: Gregor N. Purdy <gregor@focusresearch.com>
|