start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.162 Time::tm Chapter 8
Standard Modules
Next: 8.164 User::grent
 

8.163 UNIVERSAL

Base class; all blessed references inherit from it.

$sub = $obj->can('print');  $yes = UNIVERSAL::isa($ref, "HASH");
Provides the following methods:


Previous: 8.162 Time::tm Perl in a Nutshell Next: 8.164 User::grent
8.162 Time::tm Book Index 8.164 User::grent