Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Why should I use perl 5.10?

by shmem (Chancellor)
on Dec 01, 2007 at 16:47 UTC ( [id://654342]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print ( qw(a b c) x 3 );
    
  2. or download this
    @l = qw(a b c);
    print ( (@l) x 3);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-16 09:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found