Help for this page

Select Code to Download


  1. or download this
    use Class::Struct;
    struct A => {
      b => '%',
    
  2. or download this
    $self->{ReferenceToA}->b($key)
    
  3. or download this
    p ($self->{ReferenceToA}->can('b'))
    CODE(0xe91738)