I will tell you that "&" is optional only when you call a subroutine with parentheses. For example, subroutine();. In this case, no "&" is needed. But try changing line 7 to plain old "subroutine;" and you will see that the script fails with an error.
In reply to Re: Re: NEWBIE Brain Teaser #2, by nysus
by nysus
in thread NEWBIE Brain Teaser #2, by nysus
by nysus
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |