home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


8.163 UNIVERSAL

Base class; all blessed references inherit from it.

$sub = $obj->can('print');

$yes = UNIVERSAL::isa($ref, "HASH");
Provides the following methods: