RE: Importing Perl package variables into a Perl script with "require"

2008-05-05 Thread Doran, Michael D
# [EMAIL PROTECTED] # http://rocky.uta.edu/doran/ -Original Message- From: Mike Rylander [mailto:[EMAIL PROTECTED] Sent: Mon 5/5/2008 8:57 PM To: Doran, Michael D Cc: Perl4lib Subject: Re: Importing Perl package variables into a Perl script with "require" On Fri, Apr 25, 2008

Re: Importing Perl package variables into a Perl script with "require"

2008-05-05 Thread Mike Rylander
On Fri, Apr 25, 2008 at 8:46 PM, Doran, Michael D <[EMAIL PROTECTED]> wrote: > Back-story: > > I have a Perl CGI program. The CGI program needs to utilize variables in > one of several separate configuration files (packages). The different > packages all contain the same variables, but with di

RE: Importing Perl package variables into a Perl script with "require"

2008-04-27 Thread Doran, Michael D
scalable it has to be, if > we like avoiding installing extra modules etc etc... > > Leif > > ============== > Leif Andersson, Systems Librarian > Stockholm University Library > SE-106 91 Stockholm > SWEDEN > Phone : +46 8 162769 > Mobile: +46

Re: Importing Perl package variables into a Perl script with "require"

2008-04-27 Thread Leif Andersson
== Leif Andersson, Systems Librarian Stockholm University Library SE-106 91 Stockholm SWEDEN Phone : +46 8 162769 Mobile: +46 70 6904281 -Ursprungligt meddelande- Från: Doran, Michael D [mailto:[EMAIL PROTECTED] Skickat: den 26 april 2008 02:46 Till: Perl4lib Ämne:

Importing Perl package variables into a Perl script with "require"

2008-04-25 Thread Doran, Michael D
Back-story: I have a Perl CGI program. The CGI program needs to utilize variables in one of several separate configuration files (packages). The different packages all contain the same variables, but with different values for those variables. Each package represents a different language for