Help for this page

Select Code to Download


  1. or download this
    check_pkg("::");
    
    ...
    {
      # check @{$pkg."::ISA"} to see if it inherits
    }
    
  2. or download this
    my @to_check = ("::");
    
    ...
        push(@to_check, $full_pkg);
      }
    }