nners
Subject: Re: how to use module when not installed by web-hosting company
if you are a developer, then my recommendation is search a web host
provider that support shells account o another more friendly web host
provider.
Currently I have a account in www.geekisp.com; Dave (the owner)
provide to
sses he has to use.
>
> Bob McConnell
>
> -Original Message-
> From: Francisco Valladolid [mailto:fic...@gmail.com]
> Sent: Thursday, December 11, 2008 12:42 PM
> To: Rob Dixon
> Cc: Perl Beginners; itshardtogetone
> Subject: Re: how to use module when not installed by
[mailto:fic...@gmail.com]
Sent: Thursday, December 11, 2008 12:42 PM
To: Rob Dixon
Cc: Perl Beginners; itshardtogetone
Subject: Re: how to use module when not installed by web-hosting company
Hi
On 12/10/08, Rob Dixon wrote:
> itshardtogetone wrote:
> > Hi,
> > My website is hosted i
Hi
On 12/10/08, Rob Dixon wrote:
> itshardtogetone wrote:
> > Hi,
> > My website is hosted in 110mb.com and they do not have this module
> > installed Algorithm::Numerical::Shuffle qw /shuffle/;
> > So what can I do to use that module.
I think that you cand install it on your home directory via
itshardtogetone wrote:
> Hi,
> My website is hosted in 110mb.com and they do not have this module installed
> Algorithm::Numerical::Shuffle qw /shuffle/;
> So what can I do to use that module.
> Thanks
You could try
use List::Util qw/shuffle/;
which does pretty much the same thing, except
On Mon Dec 08 2008 @ 7:17, itshardtogetone wrote:
> Hi,
> My website is hosted in 110mb.com and they do not have this module installed
> Algorithm::Numerical::Shuffle qw /shuffle/;
> So what can I do to use that module.
> Thanks
You should be able to create a directory in your $HOME, say /my
Hi,
My website is hosted in 110mb.com and they do not have this module installed
Algorithm::Numerical::Shuffle qw /shuffle/;
So what can I do to use that module.
Thanks