RE: how to use module when not installed by web-hosting company

2008-12-11 Thread Bob McConnell
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

Re: how to use module when not installed by web-hosting company

2008-12-11 Thread Francisco Valladolid
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

RE: how to use module when not installed by web-hosting company

2008-12-11 Thread Bob McConnell
[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

Re: how to use module when not installed by web-hosting company

2008-12-11 Thread Francisco Valladolid
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

Re: how to use module when not installed by web-hosting company

2008-12-10 Thread Rob Dixon
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

Re: how to use module when not installed by web-hosting company

2008-12-08 Thread Telemachus
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

how to use module when not installed by web-hosting company

2008-12-07 Thread itshardtogetone
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