There sure is more than one way to name your references.
$rsReally = \"yes really"; $raReally = [qw"yes really"]; $rhReally = {qw"yes really"};
In reply to Re^3: Perl Best Practices for naming variables
by Anonymous Monk
in thread Perl Best Practices for naming variables
by creamygoodness
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |