in reply to Re^2: Perl Best Practices for naming variables
in thread Perl Best Practices for naming variables
There sure is more than one way to name your references.
$rsReally = \"yes really"; $raReally = [qw"yes really"]; $rhReally = {qw"yes really"};
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Perl Best Practices for naming variables (sv, av, hv)
by tye (Sage) on Nov 08, 2012 at 15:27 UTC | |
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 |