Help for this page

Select Code to Download


  1. or download this
    package ThisIsMyPackge;
    
    ...
    sub apply {
      do something;
    }
    
  2. or download this
    package ThisIsMyPackge;
    
    ...
    use 79 more times ...
    
    .....
    
  3. or download this
    foreach my $bar (@{$objects}) {
        my $foo = $bar->object;
    ...
        
        ....
    }