On Oct 29, 2014, at 2:56 PM, Uri Guttman <[email protected]> wrote:
> hi ricky, > > i am somewhat confused as to your goal. you want each sub to use a common > %map? why not have them access it directly from the base package? Hi! There are actually three different package variables that contain different information about how to handle translating things into that language. What I'm trying to do is be able to create packages (not classes) that handle certain kinds of special cases where the different languages do things differently. Mostly, everything is the same, but there are a few odd cases where something is radically different, and I have to write a function in a completely different way. So the problem is almost exactly the opposite -- I want the same function to use a different %map (%strings, %langfiles, %collators) depending on which package it is in. Ricky The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail. _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

