in reply to Re^2: Switching Modules as Necessary
in thread Switching Modules as Necessary

I wonder if I could do this in an eval... (scurries off to try)

If you didn't crack it, try this:

print eval{ require version; 1; } ? 'Found it!' : "T'ain't available!" +;; Found it! print eval{ require Does::Not::Exist; 1; } ? 'Found it!' : "T'ain't av +ailable!";; T'ain't available!

With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.