Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: A brain twister? (how to make 2 lines->1)

by tobyink (Canon)
on Jun 25, 2012 at 06:43 UTC ( [id://978129]=note: print w/replies, xml ) Need Help??


in reply to A brain twister? (how to make 2 lines->1)

use 5.014; use Data::Dumper; sub announce { say Data::Dumper->new(\@_)->Indent(0)->Sortkeys(0)->Terse(1)->Dump; } my %ahash = (one=>1, two=>2, three=>3); announce \%ahash;
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 07:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found