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
> -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
--- 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