I've seen in other languages (like vb I think) where subroutines are called in such a manner, whereas in perl its generally done likesub dothis ($:$$$) { ## rest of the code }
Does anyone know what this $:$$$ means in Perl?sub dothis { my ($this, $that) = @_; ## rest of the code }
In reply to Calling subroutine syntax by crabbdean
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |