Re: Re: arguments with a module

2001-08-17 Thread Jos I. Boumans
umans - Original Message - From: "F.H" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 10:52 PM Subject: RE: Re: arguments with a module > what I mean by argument is a switch/option that I pass to the module tha

RE: Re: arguments with a module

2001-08-16 Thread Gibbs Tanton - tgibbs
moves anything that starts with a dash. If you have any other questions about this, let me know. Thanks! Tanton Gibbs -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 8/16/2001 3:52 PM Subject: RE: Re: arguments with a module what I mean by argument

RE: Re: arguments with a module

2001-08-16 Thread Curtis Poe
--- "F.H" <[EMAIL PROTECTED]> wrote: > what I mean by argument is a switch/option that I pass to the module that I call >whithin my main > perl script. Yes I have those line in my module: > >use vars qw( @EXPORT, @ISA ); > >@EXPORT = qw( function_name ); > >@ISA = qw( Exporter ); > >require Expor

[FWD: RE: Re: arguments with a module]

2001-08-16 Thread F.H
I meant to send this to the whole list. __ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/ Get your own FREE, personal

RE: Re: arguments with a module

2001-08-16 Thread F.H
what I mean by argument is a switch/option that I pass to the module that I call whithin my main perl script. Yes I have those line in my module: >use vars qw( @EXPORT, @ISA ); >@EXPORT = qw( function_name ); >@ISA = qw( Exporter ); >require Exporter the module is so long that is not worth postin