in reply to Re: Improve readability of Perl code. Naming reference variables.
in thread Improve readability of Perl code. Naming reference variables.

>
$rs_name : scalarref $ra_name : arrayref $rh_name : hashref $rc_name : coderef $rg_name : globref $ro_name : object reference

I'm using something very similar but without the redundant r in front, e.g $c_block .

Now I'm wondering why you use them... :)

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!