Help for this page

Select Code to Download


  1. or download this
    my @rets = map { $_->$method( @args ) } @objs;
    
  2. or download this
    my @rets = map { [ $_->$method( @args ) ] } @objs;