" @{[...]} " is an idiomatic pseudo-operator by combining several mechanisms
" @{$a_ref} "
" @{[ 1, 2, 3 ]} "
" @{[ 1, 2, some_code() ]} "
DB<6> p ">>> @{[ 1, 2, time() ]} <<<" >>> 1 2 1680647910 <<< DB<7>
Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery
added code examples for each step
In reply to Re^5: Check if key exist in hash but not exact match ( meaning of " @{[...]} " )
by LanX
in thread Check if key exist in hash but not exact match
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |