Help for this page

Select Code to Download


  1. or download this
     sub func(){
      my ($self) = @_;
      foreach my $a (@b){}
      foreach my $a (keys %c){}
     }
    
  2. or download this
     sub func(){
      my ($self) = @_;
    ...
      my %c = %{$self->{'_class_c'}}
      ...
     }