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

2008-04-27 Thread Doran, Michael D
Hi Leif, > A variation on this idea would be to define a certain scope, > instead of main:: for the multilingual strings. > $LANG::this = ... > $LANG::that = ... I hadn't thought of that, but your suggestion looks to be a good approach. It looks like if I declare each language module, regardle

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

2008-04-27 Thread Leif Andersson
Michael, Interesting question. There are probably several approaches to implementing multilingual support. I hope you get many responses to this question. I would really like to see what others have to say. >From me - just a few simple comments: I see two problems. 1) to load a particular file