Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.157 Tie::Scalar, Tie::StdScalarChapter 8
Standard Modules
Next: Reference: DESTROY
 

TIESCALAR

TIESCALAR ClassName, list

Constructor. Associates new scalar instance with class ClassName. list represents any additional arguments needed to complete the association.

tie $scalar, ClassName, list


Previous: 8.157 Tie::Scalar, Tie::StdScalarPerl in a NutshellNext: Reference: DESTROY
8.157 Tie::Scalar, Tie::StdScalarBook IndexReference: DESTROY