in reply to Re^4: Check if key exist in hash but not exact match
in thread Check if key exist in hash but not exact match
" @{[...]} " 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
|
|---|