use only This::One => 1.23; (use Perl)
Have you ever wanted to make sure that use only loaded a particular version of a module? Or have you ever wanted to install several versions of a module, and easily be able to pick which one you want to load? I've written a module called only.pm to help you do just that.
