Help for this page
@process = qw/ arg1 arg2 arg3 arg4 arg5 /; foreach ( @process ) { if ( $object->method( $_ ) ) { # ... do stuff } }
foreach ( $object->getProcess() ) { if ( $object->method( $_ ) ) { # ... do stuff } }