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

Re^2: Simplifying repeated parameter lists

by Voronich (Hermit)
on Sep 19, 2012 at 19:52 UTC ( [id://994513]=note: print w/replies, xml ) Need Help??


in reply to Re: Simplifying repeated parameter lists
in thread Simplifying repeated parameter lists

I'm... retarded. Thanks robo o/

Replies are listed 'Best First'.
Re^3: Simplifying repeated parameter lists
by BrowserUk (Patriarch) on Sep 19, 2012 at 20:00 UTC

    Go one step further:

    sub x { return submit_thingamabob( $handle, $not_today, $thingie, @_ }; } x( "Foo!", 234 ); x( "Frob!", 23 ); x( "Forb!", 54 ); x( "ooF!", 11 ); x( "broF!", fakenum ); x( "Frap!", 458 );

    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

    RIP Neil Armstrong

Log In?
Username:
Password:

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

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

    No recent polls found