Re: Dynamic load of a Perl class

2003-02-20 Thread david
Olivier Wirz wrote: > Hello, > > Ich would like to load dynamically a Perl class (late binding). > > For example, if I start a Perl script with a command line parameter like > --sport=SWIMMING, I would like to have something like that (after having > saved SWIMMING via $opt_sport in variable $aS

RE: Dynamic load of a Perl class

2003-02-20 Thread NYIMI Jose (BMB)
> -Original Message- > From: Olivier Wirz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 6:02 PM > To: [EMAIL PROTECTED] > Subject: Dynamic load of a Perl class > > > Hello, > > Ich would like to load dynamically a Perl class (late binding). > > For example, if I start

Re: Dynamic load of a Perl class

2003-02-20 Thread Paul
--- Olivier Wirz <[EMAIL PROTECTED]> wrote: > Hello, > Ich would like to load dynamically a Perl class (late binding). > For example, if I start a Perl script with a command line parameter > like --sport=SWIMMING, I would like to have something like that > (after having saved SWIMMING via $opt_spo