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
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?
"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
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
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
> 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'
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