PCI restrictions have nothing to do with the provider. Sites that do a
lot of credit card transactions must conform to the Payment Card
Industry regulations published by Visa and MasterCard. These
restrictions are included in those regulations and must be followed to
maintain certification by the card issuers.

We just completed a level one audit ourselves. Prior to doing that we
had to move our servers to a hosting site that was PCI compliant.
Fortunately, it was the same company, just a different facility. But our
developers no longer have access to any systems at that provider, they
must work through the QA and Operations teams. That's what happens when
you do upwards of 10K card transactions every day.

Bob McConnell

-----Original Message-----
From: Francisco Valladolid [mailto:fic...@gmail.com] 
Sent: Thursday, December 11, 2008 1:50 PM
To: Bob McConnell
Cc: Perl Beginners
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 me a shell account into OpenBSD system and too many
modules.


On Thu, Dec 11, 2008 at 12:26 PM, Bob McConnell <r...@cbord.com> wrote:
> 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/


Reply via email to