NAME perluse - Use the specified perl in shell command SYNOPSIS perluse *version* perl-*version* | *version* | *name* [command] Examples: $ perluse 5.18.1 perl -E 'say $^V' $ perluse blead perldoc perldelta $ perluse perl-5.18.1 $ perluse DESCRIPTION This command wraps perlbrew command and uses the given version perl in current shell. INSTALLATION With cpanm(1) $ cpanm App::perluse Without cpanm(1) $ lwp-request http://git.io/dXVJCg | sh or $ curl -kL http://git.io/dXVJCg | sh SEE ALSO perlbrew. AUTHOR Piotr Roszatycki LICENSE Copyright (c) 2011-2014 Piotr Roszatycki . This is free software; you can redistribute it and/or modify it under the same terms as perl itself. See http://dev.perl.org/licenses/artistic.html