When calling a built in Perl function such my, print or open is it convention to only use ( ) s when the context calls for it, or is it better for consistency to just go ahead and always pass params to a function as a list?
- Re: Question regarding ( ) s Brett
- Re: Question regarding ( ) s Paul Johnson