Sam Vilain Mon, 19 Dec 2005 15:43:15 -0800
On Mon, 2005-12-19 at 14:58 +0200, Gaal Yahas wrote: > Can we make this work? > > my $mod = "Some::Module"; > require $mod;
What about casting it to a package; require ::{$mod}; (not sure if the syntax is quite right) Sam.