develooper Front page | perl.bootstrap | Postings from July 2000

Re: Complex Problems vs. Simple Tools

From:
Jonas Liljegren
Date:
July 25, 2000 02:49
Subject:
Re: Complex Problems vs. Simple Tools
Message ID:
Pine.LNX.4.21.0007251145140.5080-100000@paranormal.se
On Mon, 24 Jul 2000, Tom Christiansen wrote:

> >By way of further inflammatory suggestions, I would like the (less) 
> >strictness levels to be install-time options, so that sites can make 
> >policies for their developers that prohibit some or all strictness being 
> >turned off in their perl.  
> 
> So again we're back to understanding how will scripts developed at
> one site run properly at another one where the environment is so
> radically different.

Create a perl configuration file.  A few standard configurations could be
in the standard distibution. Non standard configurations would have to be
distributed with the program.

Make the program state the name of the perl configuration, if it's not the
standard base configuration:

use 6.0 qw( :long_uri_style_special_name_of_the_configuration MORE_OPTIONS );


-- 
/ Jonas  -  http://jonas.liljegren.org/myself/en/index.html




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About