On 6/22/07, Ben Edwards <[EMAIL PROTECTED]> wrote:
Cool, the * is by reference.
snip
It is a lot more complicated than that. Typeglobs allow you access to the symbol table. You can do some really cool things like *hw = sub { print "Hello, ", shift, "\n" }; hw("bork") -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/