Hi All Have a question, is it good coding practice to use a & when calling a subroutine, or it is not required, or it doesn't matter?
eg: sub name { some code here, returning a single value return 0; } &name(); cheers
Hi All Have a question, is it good coding practice to use a & when calling a subroutine, or it is not required, or it doesn't matter?
eg: sub name { some code here, returning a single value return 0; } &name(); cheers