Updating Perl without admin

Updating Perl without admin

am 13.10.2011 02:20:20 von Chris Stinemetz

--20cf3079bc9e1cbcb704af231b9d
Content-Type: text/plain; charset=ISO-8859-1

Is it possible to install updated version of Perl in a unix environment
without admin prevliges?

Thank you,

Chris

--20cf3079bc9e1cbcb704af231b9d--

Re: Updating Perl without admin

am 13.10.2011 02:25:21 von Shawn H Corey

On 11-10-12 08:20 PM, Chris Stinemetz wrote:
> Is it possible to install updated version of Perl in a unix environment
> without admin prevliges?

Yes, use perlbrew: http://www.perlbrew.pl/


--
Just my 0.00000002 million dollars worth,
Shawn

Confusion is the first step of understanding.

Programming is as much about organization and communication
as it is about coding.

The secret to great software: Fail early & often.

Eliminate software piracy: use only FLOSS.

"Make something worthwhile." -- Dear Hunter

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: Updating Perl without admin

am 13.10.2011 03:18:20 von Chris Stinemetz

>> Is it possible to install updated version of Perl in a unix environment
>> without admin prevliges?
>
> Yes, use perlbrew: =A0http://www.perlbrew.pl/
>

From CPAN:

To use perlbrew, it is required to install curl or wget first.
perlbrew depends on one of this two external commmands to be there in
order to fetch files from the internet.

My unix OS doesn't have curl or wget. Is there a work around?

Thank you,

Chris

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: Updating Perl without admin

am 13.10.2011 05:42:49 von Casey Cichon

On 10/12/2011 8:18 PM, Chris Stinemetz wrote:
>>> Is it possible to install updated version of Perl in a unix environment
>>> without admin prevliges?
>> Yes, use perlbrew: http://www.perlbrew.pl/
>>
> From CPAN:
>
> To use perlbrew, it is required to install curl or wget first.
> perlbrew depends on one of this two external commmands to be there in
> order to fetch files from the internet.
>
> My unix OS doesn't have curl or wget. Is there a work around?
>
> Thank you,
>
> Chris
>
Depending on the server. You can compile curl and install locally
without admin rights.

Casey

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: Updating Perl without admin

am 13.10.2011 16:16:27 von Peter Scott

On Wed, 12 Oct 2011 20:18:20 -0500, Chris Stinemetz wrote:
> To use perlbrew, it is required to install curl or wget first. perlbrew
> depends on one of this two external commmands to be there in order to
> fetch files from the internet.
>=20
> My unix OS doesn't have curl or wget. Is there a work around?

Install one or both to a directory you can write to and put it in your=20
path.

--=20
Peter Scott
http://www.perlmedic.com/ http://www.perldebugged.com/
http://www.informit.com/store/product.aspx?isbn=3D0137001274
http://www.oreillyschool.com/certificates/perl-programming.p hp

--=20
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/