Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Why/how are these different?

by Athanasius (Archbishop)
on Jan 31, 2013 at 03:22 UTC ( [id://1016199]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    EXPRESSION for LIST;
    
  2. or download this
    printf "_=%s\n", $_ for $_ = 3;
    $_-- > 0;
    
  3. or download this
    perl -wE ...
    
  4. or download this
    13:44 >perl -wE "printf qq[_=%s], $_ for $_ = 3; $_-- > 0;"
    Useless use of numeric gt (>) in void context at -e line 1.
    _=3
    13:45 >
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-25 20:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found