> #symbol table
> my $st = eval '\%$module::';

correction,
my $st = eval '\%'. $module .'::';

> # scalar reference
> $sref = *{ $st->{content} }{SCALAR};
> print $$sref;

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to