Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Plural variable naming (or not?)

by ChOas (Curate)
on Mar 19, 2002 at 11:15 UTC ( [id://152711]=note: print w/replies, xml ) Need Help??


in reply to Plural variable naming (or not?)

Hi!,

I have have often thought about the same thing, and now I only use non plurals (sorry, lack of English)

One question:
If you wish to apply the entire list (eg: foreach (@fields) { ... })
You must name you array @fields.


I`m not sure why you say that...

I think there is nothing wrong with saying "for each field do yadayadayada"
e.g  foreach(@field)

Nice to know I`m not the only one thinking about all that stuff :)

GreetZ!,
    ChOas

print "profeth still\n" if /bird|devil/;

Replies are listed 'Best First'.
Re: Re: Plural variable naming (or not?)
by simon.proctor (Vicar) on Mar 19, 2002 at 11:34 UTC
    foreach my $field (@fields)


    Assuming of course you don't want to just stick with $_ :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://152711]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-19 12:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found