in reply to Packages and modules
Thanks for the replies. Well that explains that. You can probably tell that I haven't programmed in Perl that much. This is my first module.
My real question at this point is what is the usual or recommended way to accomplish this -- passing data to a module from the code that uses it.
You've given me several suggestions -- import method, general purpose setter method, etc. What do you recommend? In this case the data is just a scalar, a string.
If I do need to write my own import method, can you give me any pointers to some information that will help me get started? At this point I wouldn't really know where to begin.
Thanks,
JMM
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Packages and modules
by behroozi (Beadle) on Jan 09, 2003 at 20:27 UTC | |
by bart (Canon) on Jan 10, 2003 at 03:10 UTC | |
by Anonymous Monk on Jan 09, 2003 at 20:45 UTC | |
by behroozi (Beadle) on Jan 09, 2003 at 22:13 UTC | |
|
Re: Re: Packages and modules
by roundboy (Sexton) on Jan 09, 2003 at 21:10 UTC |