Re: [MacPerl] Perl, Modules and me

2001-02-24 Thread Jeff Lowrey
At 6:27 PM +0100 2/24/01, Jan Erik Moström wrote: >On 2001-02-24 at 17:08, Bart Lateur <[EMAIL PROTECTED]> wrote: > >Sorry, this should of course have my name as the sender and I have no idea why >Bart Lateur name/email address was given as the sender. Something to >investigate >further (none of m

Re: [MacPerl] Perl, Modules and me

2001-02-24 Thread Jan Erik Moström
On 2001-02-24 at 17:08, Bart Lateur <[EMAIL PROTECTED]> wrote: > Well, what can I say: I've read all the manual pages that I could > find, the Programming Perl book, the answers I got and ... now it > seems to work. > > I can't say that I understand why it didn't work but at least I think > I un

Re: [MacPerl] Perl, Modules and me

2001-02-24 Thread Bart Lateur
Well, what can I say: I've read all the manual pages that I could find, the Programming Perl book, the answers I got and ... now it seems to work. I can't say that I understand why it didn't work but at least I think I understand how it works. Well, when (should I say 'if' 8-) I truly understand

Re: [MacPerl] Perl, Modules and me

2001-02-24 Thread Bart Lateur
On Fri, 23 Feb 2001 17:13:45 -0800, Bruce Van Allen wrote: >1. Don't put the same variable (e.g., @EXPORT_OK) in a 'use vars ...' >declaration more than once in a module. Not a bad idea. The reason why he needs it more than once, is because this "use vars" thing is in a block. Just put it upfro

Re: [MacPerl] Perl, Modules and me

2001-02-23 Thread Bruce Van Allen
At 11:21 PM +0100 2/23/01, Jan Erik Moström wrote: >Sorry for posting this general Perl question, but I can't figure out what the >cause of my problems is. If someone can point me in the right >direction I would >be most grateful. > Jan -- not sure I can solve the problem, but here are a few thou

[MacPerl] Perl, Modules and me

2001-02-23 Thread Jan Erik Moström
Sorry for posting this general Perl question, but I can't figure out what the cause of my problems is. If someone can point me in the right direction I would be most grateful. I've tried looking in 'Programming Perl' and the FAQs but it seems that I'm to stupid to understand what I'm doing wrong