http://www.perlmonks.org?node_id=1002884


in reply to About the use of the plural form for the name of variables

# My preference. @p = ( 'p' , 'pea' ); $ps = [ 'p' , 'pea' ]; %p = ( 'p' => 'pea' ); $ps = { 'p' => 'pea' };