Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Bind a variable to an object classBreak a tie binding to a variable (Berikutnya)
Keywords related to classes and object-orientedness

Get a reference to the object underlying a tied variable

Daftar Isi

  • tied VARIABLE

    Returns a reference to the object underlying VARIABLE (the same valuethat was originally returned by the tie call that bound the variableto a package.) Returns the undefined value if VARIABLE isn't tied to apackage.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Bind a variable to an object classBreak a tie binding to a variable (Berikutnya)