in reply to Re: strict and symbolic subroutine refs
in thread strict and symbolic subroutine refs
You could keep a hash of subreferences, and in practice you'll be doing the same thing (the symbol table is a hash),we're not talking about me having a problem with strict.pm. (1) =)
so i was really surprised it worked with strict.no strict; my $ref = \&$name;
(1) i'm using 'no strict' a lot, though, for munging the symbol table (dynmic class generation and things like that)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: strict and symbolic subroutine refs
by nothingmuch (Priest) on Jul 25, 2004 at 07:02 UTC | |
by tinita (Parson) on Jul 25, 2004 at 09:49 UTC |