Re: getting the value of a var
- From: mpapec@xxxxxxxxx (Matija Papec)
- Date: Sun, 28 Aug 2005 14:08:46 +0200
> #symbol table > my $st = eval '\%$module::';
correction, my $st = eval '\%'. $module .'::';
> # scalar reference
> $sref = *{ $st->{content} }{SCALAR};
> print $$sref;
.- Prev by Date: Re: getting the value of a var
- Next by Date: PDF files listed in html as hyperlinks
- Previous by thread: Re: getting the value of a var
- Next by thread: PDF files listed in html as hyperlinks
- Index(es):