About variables and context, see pelrdata
$list=split ...: 'split' in scalar context because '$list' is a scalar value (split: In scalar context, returns the number of fields found.)
@list=split ...: 'split' in list context and returns a list because '@list' expects a list value.
In reply to Re^3: Nested Loop Problems
by brx
in thread Nested Loop Problems
by cuautemoc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |