in reply to Constants refferences
I am with brother Tanktalus. I would like to add that the usage of Readonly is also a Perl Best Practice. if you can, use it unless the performance issue is more important to you. The constant in Perl is a bit ugly, In Perl6 they will fix it, see Make constants look like variables for the limitations of constant and how they will solve it in Perl6.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Constants refferences
by leonidlm (Pilgrim) on Aug 21, 2008 at 15:30 UTC | |
by perrin (Chancellor) on Aug 21, 2008 at 16:11 UTC | |
by ikegami (Patriarch) on Aug 21, 2008 at 22:00 UTC | |
by TGI (Parson) on Aug 22, 2008 at 18:02 UTC |