Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Two simple code style advice questions

by parv (Parson)
on Jan 16, 2013 at 16:02 UTC ( [id://1013598]=note: print w/replies, xml ) Need Help??


in reply to Re: Two simple code style advice questions
in thread Two simple code style advice questions

In that case I am highly partial to...

my %p; @p{ @q } = ();

Replies are listed 'Best First'.
Re^3: Two simple code style advice questions
by choroba (Cardinal) on Jan 16, 2013 at 16:08 UTC
    Or even
    my %p; undef @p{ @q } if @q;
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-19 22:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found