Help for this page

Select Code to Download


  1. or download this
    foreach (@array){
    
    ...
    $self->_call($_);
    do something else
    }
    
  2. or download this
    
    sub _do {
    ...
    
    }
    }