in reply to Re: Could I get some feedback on my code please?
in thread Could I get some feedback on my code please?
Wow, lots of stuff to look at there, thanks. I have a few questions though. you say:
"Do not use the special &-syntax to call subroutines unless you understand and require its special semantics. "
My copy of the Programming Perl book makes no mention of this, should I never use the "&" in calling subroutines??? This is the first I've heard of this! Can you eplain please?
"You are using the global file handle TOKENFILE. This habit could cause you troble in future. You could local(*TOKENFILE) to make your changes to the global handle temporary but better to simply not use a global handle. "
Can you point me to a page on this or explain this further please?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Could I get some feedback on my code please?
by f00li5h (Chaplain) on Jan 13, 2007 at 12:52 UTC | |
|
Re^3: Could I get some feedback on my code please?
by Joost (Canon) on Jan 13, 2007 at 12:56 UTC | |
|
Re^3: Could I get some feedback on my code please?
by SFLEX (Chaplain) on Jan 13, 2007 at 12:56 UTC | |
|
Re^3: Could I get some feedback on my code please?
by Errto (Vicar) on Jan 14, 2007 at 02:50 UTC |