Help for this page

Select Code to Download


  1. or download this
      $self->SUPER::HANDLE_foo_ATTRIBUTES()
    
  2. or download this
      push @{$caller.'::ISA'}, 'typesafety';
    
  3. or download this
        my $name = (($curcv->PADLIST->ARRAY)[0]->ARRAY)[$targ];  
        return unless $name->can('SvSTASH'); 
        my $type = $name->SvSTASH->NAME;
    
  4. or download this
    
      my FooBar $bar;