Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Cheap idioms

by DapperDan (Pilgrim)
on Oct 13, 2002 at 11:06 UTC ( [id://204884]=note: print w/replies, xml ) Need Help??


in reply to Cheap idioms

Hi Juerd-

Nice post.

I think maybe the only problem with this is that it's not an idiom yet. The thing about idioms IMHO is that it matters less whether they're readable because you just recognise it and say "oh this is that idiom" and move on. That takes time because people have to start using the idiom. I guess as with every other new idea, you need some early adopters. :)

But that shouldn't be a problem for long; I will always know what that piece of code means when I see it now.

I too get tired of coding up little slurps all the time (generally using local $/). I presume I can use this for any handle and not just ARGV?

Replies are listed 'Best First'.
Re^2: Cheap idioms
by Aristotle (Chancellor) on Oct 13, 2002 at 11:16 UTC
    Since @ARGV is localized, it doesn't destroy the main program's @ARGV contents. And by using @ARGV you get away with the magic diamond operator, thus avoiding the need to open the file yourself. It's a really beautiful idiom. Juerd++.

    Makeshifts last the longest.

      Thank you for the clarification.

Log In?
Username:
Password:

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

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

    No recent polls found