App-perluse

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

[![Build Status](https://travis-ci.org/dex4er/perluse.png?branch=master)](https://travis-ci.org/dex4er/perluse)

# NAME

perluse - Use the specified perl in shell command

# SYNOPSIS

**perluse** _version_
perl-_version_ | _version_ | _name_
\[command\]

Examples:

    $ perluse 5.30.0 perl -E 'say $^V'

    $ perluse blead perldoc perldelta

    $ perluse perl-5.30.0

    $ perluse

# DESCRIPTION

This command wraps [perlbrew](https://metacpan.org/pod/perlbrew) command and uses the given version perl in
current shell.

ActivePerl is supported if is located in the default
directory: `/opt/ActivePerl-VERSION` or `$HOME/opt/ActivePerl-VESION`.

# INSTALLATION

## With cpanm(1)

    $ cpanm App::perluse

## Directly

    $ lwp-request http://git.io/dXVJCg | sh

or

    $ curl -kL http://git.io/dXVJCg | sh

or

    $ wget -O- http://git.io/dXVJCg | sh

# ENVIRONMENT

The script sets `VIRTUAL_ENV` and `debian_chroot` environment variables so
shell prompt line should mark current Perl environment used.

# SEE ALSO

[perlbrew](https://metacpan.org/pod/perlbrew).

# AUTHOR

Piotr Roszatycki <dexter@cpan.org>



( run in 2.748 seconds using v1.01-cache-2.11-cpan-788537b7465 )