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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: can Chapter 8
Standard Modules
Next: Reference: VERSION
 

isa

$

io

 = $

fd


->isa(


type


)

Returns true if the reference is blessed into package type or inherits from that package. Can be called as a static or object method call, or as a subroutine:

UNIVERSAL::isa(
val
, 
type
)
Returns true if the first argument is a reference and either of the following is true:


Previous: Reference: can Perl in a Nutshell Next: Reference: VERSION
Reference: can Book Index Reference: VERSION