Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Thoughts on some new operators for perl (6 or 7)

by NetWallah (Canon)
on Mar 10, 2004 at 05:41 UTC ( [id://335365]=note: print w/replies, xml ) Need Help??


in reply to Thoughts on some new operators for perl (6 or 7)

You may want to fix the typo: Your line should read:

$lowest = $_ if $_ < $highest

$lowest = $_ if $_ < $lowest;
You also need a semicolon on the previous line.

Other than that - yes - this seems somewhat useful, but I'd probably not remember the syntax when I needed to use it, so I'm ambivalent about promoting it. Thanks for sharing the idea, though.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-03-28 20:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found