Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re (3): Win32 Opening files (code)

by deprecated (Priest)
on Jun 30, 2001 at 21:29 UTC ( [id://92931]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Win32 Opening files
in thread Win32 Opening files

Whats the deal with this line:
foreach my $mail ( @mail ) {
or this :
my @mail; @mail = @_;
Why not just say:
foreach my $mail (@_) {
and using $mail as the looping element of @mail is kind of silly... I dont know that perl would even let you do that (at least not with strict and warnings).

--
Laziness, Impatience, Hubris, and Generosity.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-03-28 16:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found