Re: How to import symbols and semantics from one namespace into another

2004-01-29 Thread drieux
On Jan 28, 2004, at 11:24 PM, [EMAIL PROTECTED] wrote: [..] my circumstance is that I have a 10,000 line standalone command-line Perl program which I am refactoring into working as both a web app (Apache+Mod_perl+MySQL) and a command-line app. I'm not yet clear on what either the file or object

Re: How to import symbols and semantics from one namespace into another

2004-01-29 Thread Jeff 'japhy' Pinyan
On Jan 28, [EMAIL PROTECTED] said: >Hi, this question has to do with importing names from one package into >another. In my case, both packages reside in the same file, and I simply >want to import all the package-global symbols from the one package into >the other. Can anyone say how to do this?

Re: How to import symbols and semantics from one namespace into another

2004-01-29 Thread mcdavis941
"Wiggins d Anconia" <[EMAIL PROTECTED]> wrote: > > >> Hi, this question has to do with importing names from one package into >another. In my case, both packages reside in the same file, and I >simply want to import all the package-global symbols from the one >package into the other. Can anyone s

Re: How to import symbols and semantics from one namespace into another

2004-01-28 Thread drieux
On Jan 28, 2004, at 10:32 AM, [EMAIL PROTECTED] wrote: Hi, this question has to do with importing names from one package into another. [..] outcome: This obviously won't work because 'use' expects a module name, not a package name. Same issue with 'require'. Can't locate SomePackage.p

Re: How to import symbols and semantics from one namespace into another

2004-01-28 Thread Tassilo von Parseval
On Wed, Jan 28, 2004 at 01:32:14PM -0500 [EMAIL PROTECTED] wrote: > Hi, this question has to do with importing names from one package into > another. In my case, both packages reside in the same file, and I > simply want to import all the package-global symbols from the one > package into the oth

Re: How to import symbols and semantics from one namespace into another

2004-01-28 Thread Wiggins d Anconia
> Hi, this question has to do with importing names from one package into another. In my case, both packages reside in the same file, and I simply want to import all the package-global symbols from the one package into the other. Can anyone say how to do this? Here's a bunch of tries that didn'

Re: How to import symbols and semantics from one namespace into another

2004-01-28 Thread Paul Johnson
On Wed, Jan 28, 2004 at 01:32:14PM -0500, [EMAIL PROTECTED] wrote: > Hi, this question has to do with importing names from one package into > another. In my case, both packages reside in the same file, and I > simply want to import all the package-global symbols from the one > package into the ot