[Bioperl-l] updates, new code, invitation to contribute

Terry Jones tcj25 at cam.ac.uk
Wed Apr 27 04:32:02 EDT 2005


| It won't be difficult to make the test conditional on the perl
| version, but I wonder what happens if a perl 5.005 or lower loads the
| module and needs to compile the expression. Haven't had a chance to
| investigate yet.

You could put the re in a string. Then, if the perl version is
late enough, match via /$re/o

Or you could put code into a string and conditionally use eval.

Terry


More information about the Bioperl-l mailing list