in reply to Re: How does this code work? (from "Perl is Unix")
in thread How does this code work? (from "Perl is Unix")
I'm not concerned with forking code here, per se. What I'd just like to know is, what does something like
foo { bar { ... } baz { ... } }
even mean? I know what $, @, %, and & signify, and I know what sub {...} gets me, but it's just completely flying over my head what I'm looking at here with these barewords followed by code in curlies. Am I missing something obvious? :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How does this code work? (from "Perl is Unix")
by rowdog (Curate) on Nov 06, 2009 at 08:10 UTC |