Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dex4er/perluse
perluse - Use the specified perl in shell command
https://github.com/dex4er/perluse
Last synced: 10 days ago
JSON representation
perluse - Use the specified perl in shell command
- Host: GitHub
- URL: https://github.com/dex4er/perluse
- Owner: dex4er
- Created: 2013-12-31T17:53:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T13:05:56.000Z (almost 5 years ago)
- Last Synced: 2024-10-28T09:01:40.453Z (about 2 months ago)
- Language: Perl
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
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
$ perluseDESCRIPTION
This command wraps 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.
AUTHOR
Piotr Roszatycki
LICENSE
Copyright (c) 2011-2014, 2020 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