Also, why not just:
my $ok = eval { read_genome(); read_mapfile(); read_GTF(); read_RM(); 1; }; if( ! $ok ) { warn "Got error while reading: $@"; };
In reply to Re^2: Return all the data from child to parent with Parallel::Forkmanager
by Corion
in thread Return all the data from child to parent with Parallel::Forkmanager
by Microcebus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |