BioX-Workflow-Command
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/BioX/Workflow/Command/run/Rules/Directives/Walk.pm view on Meta::CPAN
$text = $self->interpol_directive($ref) if $ref;
$self->update_directive($text);
}
=head3 update_directive
Take the values from walk_directive and update the directive
=cut
sub update_directive {
my $self = shift;
my $text = shift;
my ( $key, $container, $index );
$container = $Data::Walk::container;
$key = $Data::Walk::key;
$index = $Data::Walk::index;
if ( $Data::Walk::type eq 'HASH' && $key ) {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.677 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )