| Previous | Next
Tie::ScalarThe basic Tie::Scalar package provides a To write your own tied hashes, the methods listed here are required. See the perltie manpage for more detailed information and for examples.
TIESCALAR classname, list Constructor. Associates new scalar instance with class tie $scalar,
DESTROY this Frees storage associated with the tied scalar referenced by
FETCH this Retrieves value of the tied scalar referenced by
STORE this, value Stores value in the tied scalar referenced by |