in reply to •Re^5: How to de-reference a coderef?
in thread How to de-reference a coderef?

I'd like to see this, namely as in my head I can only imagine the syntax of...

my $sub = Sub sub { my $x = shift; print $x };

Being that I thought { } was the anonymous hash composer. I'm really curious about this though, and syntax reduction in general. Writing things that act like Ruby/Groovy blocks is kind of ugly when you have to use the sub keyword all of the time.

Replies are listed 'Best First'.
•Re^7: How to de-reference a coderef?
by merlyn (Sage) on Dec 10, 2004 at 00:06 UTC