Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: what would you like to see in perl5.12?

by Codon (Friar)
on Aug 21, 2007 at 07:33 UTC ( [id://634021]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    s/foo/bar/ for (@these) if ($this);
    
  2. or download this
    map { s/foo/bar/ } @these if ($this);
    
  3. or download this
    print "The 'bar' attribute of object 'foo' is $foo->bar();\n";
    
  4. or download this
    print "The 'bar' attribute of object 'foo' is @{[ $foo->bar() ]};\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-03-28 16:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found