in reply to Runtime module use and sub definitions
You may need a forward declaration, as this is untested. Otherwise, that's probably the first thing I'd try. (It's simple.)eval { require module1; module1->import(); } *bar = sub { print "Win32\n" };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(RhetTbull) Re: Re: Runtime module use and sub definitions
by RhetTbull (Curate) on Apr 03, 2002 at 21:21 UTC | |
by perrin (Chancellor) on Apr 03, 2002 at 23:24 UTC |