Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Sorting strings

by spartan (Pilgrim)
on Aug 31, 2001 at 00:41 UTC ( [id://109201]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @single = 1..10;
    @treble = map { $_ * 3 } @single;
    foreach (@treble) {
            print $_." ";
    }
    print "\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (1)
As of 2024-04-19 18:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found