Help for this page

Select Code to Download


  1. or download this
    my $data = { one => 1, two => 2 }; 
    sub data { return $data; }
    
  2. or download this
    my $proto = ref $self;
    print $proto->data;
    
  3. or download this
    print $self->data;