Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^4: Critique of some perl code.

by Fletch (Bishop)
on Apr 21, 2022 at 16:54 UTC ( [id://11143177]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Critique of some perl code.
in thread Critique of some perl code.

It’s been a while but not specifically no. I may go diving through perldeltas because I’m curious myself.

Edit: So . . .

  • perl5280delta notes the changes to the while documentation to its current state (commit 5e979393c70, issue).
  • perl518delta notes that while(each %h) was changed to imply while(defined($_ = each %h)) using the phrasing "like readline and readdir" so it's present before then.
  • The oldest possibly related change I've found was commit 54310121b44 which rolls up patches 5.003_86..5.003_95 where it changes perlsyn where the explicit version of the while loop given in the "Loop Control" section has a defined($line = <ARGV>) conditional, so I'm guessing it's possibly a 5.004-ism . . .
  • stopping poking for now . . .

The cake is a lie.
The cake is a lie.
The cake is a lie.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 06:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found