in reply to dealing with RUNTIME, COMPILE TIME and use lib ...
Switch to using equivalent code that executes at runtime.
my $version = "something from the post" unshift @INC, "/commun_path/$version/ensembl/modules"; require Bio::EnsEMBL::Registry; Bio::EnsEMBL::Registry->import;
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: dealing with RUNTIME, COMPILE TIME and use lib ...
by diotalevi (Canon) on Aug 23, 2006 at 13:43 UTC | |
by davorg (Chancellor) on Aug 23, 2006 at 13:50 UTC |