in reply to Style - how to give class method call as parameter
Number 3a:
my $success = $self->do_sub_with_timeout( $deployer->extend_order_leas +e( $order, $end_date ), $timeout );
But there’s nothing wrong with Number 1.
Update: Seems I missed the point of the question. Thanks to Boldra and choroba for pointing out that my ‘solution’ preempts the timeout.
Athanasius <°(((>< contra mundum
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Style - how to give class method call as parameter
by Boldra (Curate) on Jun 26, 2012 at 13:44 UTC | |
Re^2: Style - how to give class method call as parameter
by choroba (Cardinal) on Jun 26, 2012 at 13:50 UTC |