map ( { ... } ... ) grep ( { ... } ... ) print ( { ... } ... ) exec ( { ... } ... ) system ( { ... } ... )
In print's case,
In other words,
is a shortcut forprint $write_fh "$database_query";
print { $write_fh } "$database_query";
In reply to Re: curly braces around a lexical file handle
by ikegami
in thread curly braces around a lexical file handle
by rastoboy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |