Help for this page

Select Code to Download


  1. or download this
    my $result = $obj->processor_1->processor_2($argument)->processor_3;
    
  2. or download this
    #!/usr/bin/perl
    use List::Util qw(min max);
    ...
                       'count' => 7
                     }
                   ], 'main' );
    
  3. or download this
    my @chain = qw(min_max count sort_inline esrever);
    my ($result) = map { $obj->$_ } @chain;