The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Safe::Isa"

Safe::Isa - Call isa, can, does and DOES safely on things that may not be objects River stage four • 86 direct dependents • 1314 total dependents

How many times have you found yourself writing: if ($obj->isa('Something')) { and then shortly afterwards cursing and changing it to: if (Scalar::Util::blessed($obj) and $obj->isa('Something')) { Right. That's why this module exists. Since perl allow...

ETHER/Safe-Isa-1.000010 - 25 Apr 2018 23:14:08 UTC

Safe::Hole - make a hole to the original main compartment in the Safe compartment River stage one • 1 direct dependent • 6 total dependents

We can call outside defined subroutines from the Safe compartment using share(), or can call methods through the object that is copied into the Safe compartment using varglob(). But that subroutines or methods are executed in the Safe compartment too...

TODDR/Safe-Hole-0.14 - 13 Apr 2018 21:50:42 UTC

Module::Info - Information about Perl modules River stage three • 18 direct dependents • 111 total dependents

Module::Info gives you information about Perl modules without actually loading the module. It actually isn't specific to modules and should work on any perl code....

NEILB/Module-Info-0.37 - 01 Nov 2015 15:33:55 UTC
3 results (0.034 seconds)