If the hosting service is PCI compliant he, as a developer, would not
have an account on that server. Nor would he have any access to that
server. Any code he generates must be vetted by QA and can then be
installed by Operations personnel. So I believe the question becomes,
how does he include that module into his update process so that it will
be installed on that server when the Operations staff does the upgrade.

Answering that question requires a lot more information about the tools
and processes 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 web-hosting company

Hi

On 12/10/08, Rob Dixon <rob.di...@gmx.com> 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 cpan .. !



> > Thanks
>
> You could try
>
>  use List::Util qw/shuffle/;
>
> which does pretty much the same thing, except that it doesn't have the
option of
> shuffling an array in-place.
>
> List::Util is a standard module and you should already have it
installed.
>
> HTH,
>
> Rob
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>


-- 
Francisco Valladolid H.
 -- http://bsdguy.net - Jesus Christ follower.

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



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


Reply via email to