RE: Using GetOpt::Long

2002-09-19 Thread David Samuelsson (PAC)
Samuelsson (PAC) Cc: [EMAIL PROTECTED] Subject: Re: Using GetOpt::Long On Thu, Sep 19, 2002 at 10:02:32AM +0200, David Samuelsson (PAC) wrote: > I want it so it will execute the subs in the order according to the lines > when i start the scrippt, and i will try to keep to default -value cause

Re: Using GetOpt::Long

2002-09-19 Thread Michael Fowler
On Thu, Sep 19, 2002 at 10:02:32AM +0200, David Samuelsson (PAC) wrote: > I want it so it will execute the subs in the order according to the lines > when i start the scrippt, and i will try to keep to default -value cause > the scipt will probably be used by others aswell so no double --. You do

RE: Using GetOpt::Long

2002-09-19 Thread Jeff AA
> -Original Message- > From: David Samuelsson (PAC) > [mailto:[EMAIL PROTECTED]] > Sent: 19 September 2002 09:03 > To: 'Jeff AA'; [EMAIL PROTECTED] > Subject: RE: Using GetOpt::Long > > > I want it so it will execute the subs in the order accor

RE: Using GetOpt::Long

2002-09-19 Thread David Samuelsson (PAC)
PROTECTED] Subject: RE: Using GetOpt::Long > -Original Message- > From: David Samuelsson (PAC) > [mailto:[EMAIL PROTECTED]] > Sent: 19 September 2002 08:09 > To: '[EMAIL PROTECTED]' > Subject: Using GetOpt::Long > > > I found this module was a part off

RE: Using GetOpt::Long

2002-09-19 Thread Jeff AA
> -Original Message- > From: David Samuelsson (PAC) > [mailto:[EMAIL PROTECTED]] > Sent: 19 September 2002 08:09 > To: '[EMAIL PROTECTED]' > Subject: Using GetOpt::Long > > > I found this module was a part off the package, and tried it > out,

Using GetOpt::Long

2002-09-18 Thread David Samuelsson (PAC)
I found this module was a part off the package, and tried it out, it works as i want. I have some troubles though, i am going to use quite a lot of sub routines in my scrip, how can i define and structure so that the commandline switches will actually be the subs executed? for example i have t