Philippe Bruhat (BooK) wrote: > Hi, > > I've found myself passing parameters to some of my tests scripts. > Usually because I want to run a specific subset of tests only. > > A typical example is: > > $ AMS_REMOTE=1 perl -Ilib t/90up2date.t simpsons
Why not use an environment variable? You're already using one anyway.