in reply to Re^6: My problems to understand the Perl documentation
in thread My problems to understand the Perl documentation

In my book

Please expand/correct me. ..

EDIT

N.B. some keywords fall into multiple categories, depending on usage.

sub name { Block } is a statement declaring a subroutine at compile time.

$code = sub { Block }; is a builtin function returning a coderef at runtime.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery