in reply to Re^3: Perl Best Practices for naming variables
in thread Perl Best Practices for naming variables
In Perl, the prefixes of sv, av, and hv might be more recognizable. Well, at least for people who have seen discussions that touched on internals that used the standard (and ubiquitous) abbreviations that are used internally.
At least, I have sometimes used names like $sv_xml when I saw a value in calling out "this is a reference (of this type)" in the variable name.
- tye
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Perl Best Practices for naming variables (sv, av, hv)
by Anonymous Monk on Nov 09, 2012 at 04:49 UTC | |
by tye (Sage) on Nov 09, 2012 at 05:00 UTC | |
by Anonymous Monk on Nov 09, 2012 at 08:00 UTC |