From: "shawn wilson" <ag4ve...@gmail.com>
I asked this in #perl-help and was told that by the time perl checked
the version, the module was already loaded - is there a way to check
the version without completely loading the module so that when one
failed, I could move on to another module of the same name whose
version might succeed?
I attached a tar file with a test, let me know if nothing is seen.
--------------------------------------------------------------------------------
--
This check is usually done at development time.
Is there a reason you can't check which version of the modules you need are
working with your code when you create the app?
Octavian
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/