in reply to Re^2: Regarding STDOUT and indirect object notation for print
in thread Regarding STDOUT and indirect object notation for print
A blessed object contains the name of the class, in this case IO::Handle. So the program knows the object's class from the object itself, not by reading the IO::Handle file. To find the object's methods, it must be told where to look.
|
|---|